expo-unified-push
    Preparing search index...

    Type Alias Distributor

    type Distributor = {
        icon?: string;
        id: string;
        isConnected?: boolean;
        isInternal?: boolean;
        isSaved?: boolean;
        name?: string;
    }
    Index

    Properties

    icon?: string
    id: string
    isConnected?: boolean
    isInternal?: boolean
    isSaved?: boolean
    name?: string