Takaro - v0.6.0
    Preparing search index...

    Interface ShopActionSearchInputDTO

    ShopActionSearchInputDTO

    interface ShopActionSearchInputDTO {
        extend?: string[];
        filters?: ShopActionSearchInputAllowedFilters;
        greaterThan?: any;
        lessThan?: any;
        limit?: number;
        page?: number;
        search?: ShopActionSearchInputAllowedSearch;
        sortBy?: string;
        sortDirection?: ShopActionSearchInputDTOSortDirectionEnum;
    }
    Index

    Properties

    extend?: string[]

    ShopActionSearchInputDTO

    ShopActionSearchInputDTO

    greaterThan?: any

    ShopActionSearchInputDTO

    lessThan?: any

    ShopActionSearchInputDTO

    limit?: number

    ShopActionSearchInputDTO

    page?: number

    ShopActionSearchInputDTO

    ShopActionSearchInputDTO

    sortBy?: string

    ShopActionSearchInputDTO

    ShopActionSearchInputDTO