Takaro - v0.4.9
    Preparing search index...

    Interface ModuleInstallationSearchInputDTO

    ModuleInstallationSearchInputDTO

    interface ModuleInstallationSearchInputDTO {
        filters?: ModuleInstallationSearchInputAllowedFilters;
        greaterThan?: any;
        lessThan?: any;
        limit?: number;
        page?: number;
        search?: any;
        sortBy?: string;
        sortDirection?: ModuleInstallationSearchInputDTOSortDirectionEnum;
    }
    Index

    Properties

    ModuleInstallationSearchInputDTO

    greaterThan?: any

    ModuleInstallationSearchInputDTO

    lessThan?: any

    ModuleInstallationSearchInputDTO

    limit?: number

    ModuleInstallationSearchInputDTO

    page?: number

    ModuleInstallationSearchInputDTO

    search?: any

    ModuleInstallationSearchInputDTO

    sortBy?: string

    ModuleInstallationSearchInputDTO

    ModuleInstallationSearchInputDTO