Interface ListActionsForIntegrationQuery

interface ListActionsForIntegrationQuery {
    limit?: number;
    cursor?: string;
    parentId?: string;
}

Hierarchy (View Summary)

Properties

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