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