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

    Interface RemoteTrustEntityDetail

    interface RemoteTrustEntityDetail {
        createdDate: string;
        did?: DidListItem;
        id: string;
        lastModified: string;
        logo?: string;
        name: string;
        organisationId?: string;
        privacyUrl?: string;
        role: TrustEntityRole;
        state: TrustEntityState;
        termsUrl?: string;
        trustAnchor: TrustAnchorDetail;
        website?: string;
    }
    Index

    Properties

    createdDate: string
    id: string
    lastModified: string
    logo?: string
    name: string
    organisationId?: string
    privacyUrl?: string
    termsUrl?: string
    trustAnchor: TrustAnchorDetail
    website?: string