Interface PlatformConfig

interface PlatformConfig {
    _bridge?: BridgeConfiguration;
    name?: string;
    platform: string;
    [key: string]: any;
}

Hierarchy

  • Record<string, any>
    • PlatformConfig

Indexable

  • [key: string]: any

Properties

name?: string
platform: string