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
15
src/app/openapi/models/MapInitData.ts
Normal file
15
src/app/openapi/models/MapInitData.ts
Normal file
|
@ -0,0 +1,15 @@
|
|||
/* generated using openapi-typescript-codegen -- do no edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { BaseMap } from './BaseMap';
|
||||
import type { BaseStyle } from './BaseStyle';
|
||||
import type { CategoryGroup } from './CategoryGroup';
|
||||
import type { Store } from './Store';
|
||||
export type MapInitData = {
|
||||
baseStyles?: Array<BaseStyle>;
|
||||
baseMaps?: Array<BaseMap>;
|
||||
groups?: Array<CategoryGroup>;
|
||||
stores?: Array<Store>;
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue