2 lines
71 B
TypeScript
2 lines
71 B
TypeScript
export type AllowedStatuses = 'only-running' | 'only-stopped' | 'any';
|
export type AllowedStatuses = 'only-running' | 'only-stopped' | 'any';
|