Sports Lib API - v17.3.0
    Preparing search index...

    Interface CreatorJSONInterface

    interface CreatorJSONInterface {
        devices: DeviceJsonInterface[];
        hwInfo?: string | null;
        isRecognized?: boolean;
        manufacturer?: string | null;
        name: string;
        productId?: string | null;
        serialNumber?: string | null;
        swInfo?: string | null;
    }
    Index

    Properties

    hwInfo?: string | null
    isRecognized?: boolean
    manufacturer?: string | null
    name: string
    productId?: string | null
    serialNumber?: string | null
    swInfo?: string | null