Interface PublicWorkflowsPayload

interface PublicWorkflowsPayload {
    limit?: number;
    page?: number;
    slug?: string;
}

Hierarchy

  • PaginationProps
    • PublicWorkflowsPayload

Properties

Properties

limit?: number
page?: number
slug?: string