@bbc/timeline-state-resolver-types
Version:
Have timeline, control stuff
16 lines • 506 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 ShotokuOptions {
host: string;
port: number;
}
export type SomeMappingShotoku = Record<string, never>;
export interface ShotokuDeviceTypes {
Options: ShotokuOptions;
Mappings: SomeMappingShotoku;
Actions: null;
}
//# sourceMappingURL=shotoku.d.ts.map