[node] finished the great typescript rewrite
This commit is contained in:
parent
8107afbd90
commit
a1d6b03ec9
30 changed files with 1019 additions and 359 deletions
|
@ -1,8 +1,7 @@
|
|||
export type APIError = {
|
||||
apiError: 'APIError';
|
||||
error: string;
|
||||
code: number;
|
||||
data: any; // TODO
|
||||
data: unknown;
|
||||
};
|
||||
|
||||
export type Meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue