lfk-client-js/dist/models/RefreshAuth.d.ts
Nicolai Ort 7d6de0936f
All checks were successful
continuous-integration/drone Build is passing
new lib version [CI SKIP]
2021-01-03 18:16:00 +00:00

4 lines
59 B
TypeScript

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