@shortcut/client
    Preparing search index...

    Interface NestedWorkflowSlimList

    A list of Workflows associated with this Team.

    interface NestedWorkflowSlimList {
        current_items: number;
        entities: WorkflowSlim[];
        list_url: string;
        total_items: number;
    }
    Index

    Properties

    current_items: number

    int64

    entities: WorkflowSlim[]
    list_url: string

    2048

    ^https?://.+$

    total_items: number

    int64