3 lines
No EOL
80 B
TypeScript
3 lines
No EOL
80 B
TypeScript
export interface ServiceClass {
|
|
cli: () => Promise<boolean|undefined|void>
|
|
} |