new lib version [CI SKIP]
This commit is contained in:
12
dist/models/Auth.d.ts
vendored
12
dist/models/Auth.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
export declare type Auth = {
|
||||
access_token: string;
|
||||
refresh_token: string;
|
||||
access_token_expires_at: number;
|
||||
refresh_token_expires_at: number;
|
||||
};
|
||||
export declare type Auth = {
|
||||
access_token: string;
|
||||
refresh_token: string;
|
||||
access_token_expires_at: number;
|
||||
refresh_token_expires_at: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user