17 lines
397 B
TypeScript
17 lines
397 B
TypeScript
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export const $ScenarioItem = {
|
|
properties: {
|
|
category: {
|
|
type: 'string',
|
|
isRequired: true,
|
|
},
|
|
description: {
|
|
type: 'string',
|
|
isRequired: true,
|
|
},
|
|
},
|
|
} as const;
|