lfk-client-js/dist/models/RefreshAuth.d.ts
2023-02-02 09:42:58 +00:00

4 lines
51 B
TypeScript

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