@bbc/timeline-state-resolver-types
Version:
Have timeline, control stuff
21 lines • 578 B
TypeScript
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and re-run the "tsr-schema-types" tool to regenerate this file.
*/
export interface OscOptions {
host: string;
port: number;
type: OSCDeviceType;
}
export declare enum OSCDeviceType {
TCP = "tcp",
UDP = "udp"
}
export type SomeMappingOsc = Record<string, never>;
export interface OscDeviceTypes {
Options: OscOptions;
Mappings: SomeMappingOsc;
Actions: null;
}
//# sourceMappingURL=osc.d.ts.map