Interface BundleInfo

interface BundleInfo {
    version: 1;
    files: {
        type: "webcam" | "screen" | "mouse" | "appleDevice";
        filename: string;
    }[];
}

Properties

Properties

version: 1
files: {
    type: "webcam" | "screen" | "mouse" | "appleDevice";
    filename: string;
}[]

Type declaration

  • type: "webcam" | "screen" | "mouse" | "appleDevice"
  • filename: string

Generated using TypeDoc