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

    Interface PresentationDefinitionField

    interface PresentationDefinitionField {
        id: string;
        keyMap: Record<CredentialListItem["id"], Claim["key"]>;
        name?: string;
        purpose?: string;
        required: boolean;
    }
    Index

    Properties

    id: string
    keyMap: Record<CredentialListItem["id"], Claim["key"]>
    name?: string
    purpose?: string
    required: boolean