@edgible-team/sdk
    Preparing search index...

    Interface CatalogListFilters

    Optional filters for the catalog index.

    interface CatalogListFilters {
        category?: string;
        q?: string;
        status?: CatalogVerificationStatus;
    }
    Index

    Properties

    Properties

    category?: string
    q?: string

    Free-text query matched against name/displayName/description.