8 lines
118 B
TypeScript
8 lines
118 B
TypeScript
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
export type Logout = {
|
|
timestamp: string;
|
|
}
|