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

4 lines
62 B
TypeScript

export declare type RefreshAuth = {
token?: string;
};