@bbc/timeline-state-resolver-types
Version:
Have timeline, control stuff
16 lines • 501 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 PharosOptions {
host: string;
ssl?: boolean;
}
export type SomeMappingPharos = Record<string, never>;
export interface PharosDeviceTypes {
Options: PharosOptions;
Mappings: SomeMappingPharos;
Actions: null;
}
//# sourceMappingURL=pharos.d.ts.map