Rewrite in TypeScript
This commit is contained in:
parent
7870e35599
commit
29f80fba5c
32 changed files with 354 additions and 910 deletions
4
src/contracts/IBaseResponse.ts
Normal file
4
src/contracts/IBaseResponse.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export interface IBaseResponse {
|
||||
valid: boolean;
|
||||
message?: string;
|
||||
}
|
Reference in a new issue