export interface HomeService { index(data: object): Promise; haha(data: object): Promise; Login(data: object): Promise; }