Bridge SDK
    Preparing search index...

    Interface Platform

    Information about the platform Bridge is running on. data is platform specific.

    interface Platform {
        data?: unknown;
        kind: PlatformKind;
        username?: string;
    }
    Index

    Properties

    Properties

    data?: unknown
    username?: string