@musallam/firefly-client
    Preparing search index...

    Type Alias GetCustomModelsParams

    type GetCustomModelsParams = {
        limit?: string;
        publishedState?: FireflyApiClient.GetCustomModelsPublishedState;
        sortBy?: FireflyApiClient.GetCustomModelsSortBy;
        start?: string;
    }
    Index

    Properties

    limit?: string

    The number of custom models to return in a paginated response. 1 50

    This filters custom models by published state.

    A sorting option for the response list. For a reverse sort, use - (e.g., -modifiedDate). Multi-vector sorting is not currently supported.

    start?: string

    The first result to include in a paginated response. Required if a limit is specified.