wip
This commit is contained in:
8
src/endpoints.ts
Normal file
8
src/endpoints.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Instance, User } from './types';
|
||||
|
||||
type TODO = Record<string, any>;
|
||||
|
||||
export type Endpoints = {
|
||||
'i': { req: TODO; res: User; };
|
||||
'meta': { req: { detail?: boolean; }; res: Instance; };
|
||||
};
|
Reference in New Issue
Block a user