Interface PlatformConfig

interface PlatformConfig {
    _bridge?: BridgeConfiguration;
    name?: string;
    platform: string;
}

Hierarchy

  • Record<string, any>
    • PlatformConfig

Properties

name?: string
platform: string