UNPKG

timeline-state-resolver-api

Version:
8 lines 280 B
import type { TSRActionSchema } from 'timeline-state-resolver-types'; export type TSRDevicesManifestEntry = { displayName: string; configSchema: string; actions?: TSRActionSchema[]; mappingsSchemas: Record<string, string>; }; //# sourceMappingURL=manifest.d.ts.map