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

    Interface EudiTrustInformation

    interface EudiTrustInformation {
        country: string;
        email?: string;
        identifier: string;
        intermediary?: EudiIntermediary;
        isPublicSector: boolean;
        name: string;
        phone?: string;
        serviceDescription: Record<string, string>[];
        supervisoryAuthority: EudiSupervisoryAuthority;
        website: string;
    }
    Index

    Properties

    country: string
    email?: string
    identifier: string
    intermediary?: EudiIntermediary
    isPublicSector: boolean
    name: string
    phone?: string
    serviceDescription: Record<string, string>[]
    supervisoryAuthority: EudiSupervisoryAuthority
    website: string