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

    Interface CredentialSchemaListQueryBindingDto

    interface CredentialSchemaListQueryBindingDto {
        createdDateAfter?: string;
        createdDateBefore?: string;
        exact?: CredentialSchemaListQueryExactColumnBindingEnum[];
        formats?: string[];
        ids?: string[];
        include?: LAYOUT_PROPERTIES[];
        lastModifiedAfter?: string;
        lastModifiedBefore?: string;
        name?: string;
        organisationId: string;
        page: number;
        pageSize: number;
        schemaId?: string;
        sort?: SortableCredentialSchemaColumnBindingEnum;
        sortDirection?: SortDirection;
    }
    Index

    Properties

    createdDateAfter?: string
    createdDateBefore?: string
    formats?: string[]
    ids?: string[]
    include?: LAYOUT_PROPERTIES[]
    lastModifiedAfter?: string
    lastModifiedBefore?: string
    name?: string
    organisationId: string
    page: number
    pageSize: number
    schemaId?: string
    sortDirection?: SortDirection