Interface ListActionsForIntegrationQuery

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

Hierarchy (view full)

Properties

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