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

    Interface ProofList

    interface ProofList {
        totalItems: number;
        totalPages: number;
        values: ProofListItem[];
    }
    Index

    Properties

    totalItems: number
    totalPages: number
    values: ProofListItem[]