Interface FindActionsQuery

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

Hierarchy (view full)

Properties

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