8 lines
246 B
TypeScript
8 lines
246 B
TypeScript
/* generated using openapi-typescript-codegen -- do not edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
/**
|
|
* User's title status
|
|
*/
|
|
export type UserTitleStatus = 'finished' | 'planned' | 'dropped' | 'in-progress';
|