lfk-client-js/dist/models/RefreshAuth.d.ts

4 lines
62 B
TypeScript
Raw Normal View History

2020-12-22 14:17:25 +00:00
export declare type RefreshAuth = {
token?: string;
};