Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / shared / lib / interfaces / Api.ts
blob362f4a8bd5523e7cc9960dfc1c12828c2611dbad
1 export type Api = <T = any>(arg: object) => Promise<T>;
3 export interface ApiResponse {
4     Code: number;