3 lines
79 B
Plaintext
3 lines
79 B
Plaintext
export interface ServiceName {
|
|
getOneUserService(id: string) : Promise<any>;
|
|
} |