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

    Interface CredentialClaimSchemaBindingDto

    interface CredentialClaimSchemaBindingDto {
        array: boolean;
        claims: CredentialClaimSchemaBindingDto[];
        createdDate: string;
        datatype: string;
        id: string;
        key: string;
        lastModified: string;
        required: boolean;
    }
    Index

    Properties

    array: boolean
    createdDate: string
    datatype: string
    id: string
    key: string
    lastModified: string
    required: boolean