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

    Interface ListTrustAnchorsFiltersBindings

    interface ListTrustAnchorsFiltersBindings {
        createdDateAfter?: string;
        createdDateBefore?: string;
        exact?: ExactTrustAnchorFilterColumnBindings[];
        isPublisher?: boolean;
        lastModifiedAfter?: string;
        lastModifiedBefore?: string;
        name?: string;
        page: number;
        pageSize: number;
        sort?: SortableTrustAnchorColumnBindings;
        sortDirection?: SortDirection;
        type?: string;
    }
    Index

    Properties

    createdDateAfter?: string
    createdDateBefore?: string
    isPublisher?: boolean
    lastModifiedAfter?: string
    lastModifiedBefore?: string
    name?: string
    page: number
    pageSize: number
    sortDirection?: SortDirection
    type?: string