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

    Interface IdentifierTrustInformationResponseDto

    interface IdentifierTrustInformationResponseDto {
        data: string;
        type: REGISTRATION_CERTIFICATE;
        validFrom?: string;
        validTo?: string;
    }
    Index

    Properties

    data: string
    validFrom?: string
    validTo?: string