Takaro - v0.4.9
    Preparing search index...

    Interface ShopCategorySearchInputDTO

    ShopCategorySearchInputDTO

    interface ShopCategorySearchInputDTO {
        extend?: string[];
        filters?: ShopCategorySearchInputAllowedFilters;
        greaterThan?: RangeFilterCreatedAndUpdatedAt;
        lessThan?: RangeFilterCreatedAndUpdatedAt;
        limit?: number;
        page?: number;
        search?: ShopCategorySearchInputAllowedSearch;
        sortBy?: string;
        sortDirection?: ShopCategorySearchInputDTOSortDirectionEnum;
    }
    Index

    Properties

    extend?: string[]

    ShopCategorySearchInputDTO

    ShopCategorySearchInputDTO

    ShopCategorySearchInputDTO

    ShopCategorySearchInputDTO

    limit?: number

    ShopCategorySearchInputDTO

    page?: number

    ShopCategorySearchInputDTO

    ShopCategorySearchInputDTO

    sortBy?: string

    ShopCategorySearchInputDTO

    ShopCategorySearchInputDTO