Initial commit for gisaf/fastapi
This commit is contained in:
commit
adce44722f
1361 changed files with 42521 additions and 0 deletions
src/app/openapi/models
9
src/app/openapi/models/InfoItem.ts
Normal file
9
src/app/openapi/models/InfoItem.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
/* generated using openapi-typescript-codegen -- do no edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type InfoItem = {
|
||||
key: string;
|
||||
value: (string | number);
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue