3 lines
75 B
TypeScript
3 lines
75 B
TypeScript
|
export interface ReqCreate { null: string }
|
||
|
|
||
|
export type ResCreate = number
|