[node] finished the great typescript rewrite
This commit is contained in:
parent
8107afbd90
commit
a1d6b03ec9
30 changed files with 1019 additions and 359 deletions
8
nodejs/model/errors.ts
Normal file
8
nodejs/model/errors.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
export type RateLimitError = {
|
||||
type: string;
|
||||
retryAfter: number;
|
||||
limitBurst: number;
|
||||
limitPerSecond: number;
|
||||
remaining: number;
|
||||
reset: Date;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue