Bridge SDK - v2.8.0
    Preparing search index...

    Type Alias Platform

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

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

    Properties

    Properties

    data?: unknown
    username?: string