8 lines
120 B
TypeScript
8 lines
120 B
TypeScript
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
export type RefreshAuth = {
|
|
token?: string;
|
|
}
|