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

    Interface TrustAnchorListQuery

    interface TrustAnchorListQuery {
        createdDateAfter?: string;
        createdDateBefore?: string;
        exact?: TrustAnchorListQueryExactColumn[];
        isPublisher?: boolean;
        lastModifiedAfter?: string;
        lastModifiedBefore?: string;
        name?: string;
        page: number;
        pageSize: number;
        sort?: SortableTrustAnchorColumn;
        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