2 lines
42 B
TypeScript
2 lines
42 B
TypeScript
export type StartStop = 'start' | 'stop';
|
export type StartStop = 'start' | 'stop';
|