5 lines
41 B
TypeScript
5 lines
41 B
TypeScript
|
interface Occupation {
|
||
|
work(): void;
|
||
|
}
|
||
|
|