@mcut/timeline
AnyCommand
Generated TypeScript API reference for the public mcut SDK.
mcut SDK / timeline/src / AnyCommand
Type Alias: AnyCommand
type AnyCommand = object & Record<string, unknown>;Defined in: packages/timeline/src/commands.ts:121
A serializable command object: { type, ...payload }.
Type Declaration
type
type: string;