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

    Type Alias PresentationDefinitionV2ClaimValue

    PresentationDefinitionV2ClaimValue:
        | { type_: "BOOLEAN"; value: boolean }
        | { type_: "FLOAT"; value: number }
        | { type_: "INTEGER"; value: number }
        | { type_: "STRING"; value: string }
        | { type_: "NESTED"; value: PresentationDefinitionV2Claim[] }