@cobaltio/cobalt-js
    Preparing search index...

    Interface PublicWorkflowsPayload

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

    Hierarchy

    • PaginationProps
      • PublicWorkflowsPayload
    Index

    Properties

    Properties

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