3 lines
42 B
TypeScript
3 lines
42 B
TypeScript
export type Service = {
|
|
ping(): void
|
|
};
|
export type Service = {
|
|
ping(): void
|
|
};
|