8 lines
234 B
TypeScript
8 lines
234 B
TypeScript
/* generated using openapi-typescript-codegen -- do not edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
/**
|
|
* Title release season
|
|
*/
|
|
export type ReleaseSeason = 'winter' | 'spring' | 'summer' | 'fall';
|