Interface FindActionsQuery

interface FindActionsQuery {
    limit?: number;
    cursor?: string;
    parentId?: string;
    integrationId?: string;
}

Hierarchy (View Summary)

Properties

limit?: number
cursor?: string
parentId?: string
integrationId?: string