@procivis/react-native-one-core
    Preparing search index...

    Interface ListProofSchemasFiltersBindingDto

    interface ListProofSchemasFiltersBindingDto {
        createdDateAfter?: string;
        createdDateBefore?: string;
        exact?: NAME[];
        formats?: string[];
        ids?: string[];
        lastModifiedAfter?: string;
        lastModifiedBefore?: string;
        name?: string;
        organisationId: string;
        page: number;
        pageSize: number;
        sort?: SortableProofSchemaColumnBinding;
        sortDirection?: SortDirection;
    }
    Index

    Properties

    createdDateAfter?: string
    createdDateBefore?: string
    exact?: NAME[]
    formats?: string[]
    ids?: string[]
    lastModifiedAfter?: string
    lastModifiedBefore?: string
    name?: string
    organisationId: string
    page: number
    pageSize: number
    sortDirection?: SortDirection