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

    Interface TrustCollectionInfo

    interface TrustCollectionInfo {
        description: DisplayName[];
        displayName: DisplayName[];
        id: string;
        logo: string;
        name: string;
        selected: boolean;
    }
    Index

    Properties

    description: DisplayName[]
    displayName: DisplayName[]
    id: string
    logo: string
    name: string
    selected: boolean