Ongoing migration
This commit is contained in:
parent
c489a83285
commit
38ff5b8e59
23 changed files with 155 additions and 271 deletions
|
@ -2,13 +2,13 @@
|
|||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { BaseMap } from './BaseMap';
|
||||
import type { BaseMapWithStores } from './BaseMapWithStores';
|
||||
import type { BaseStyle } from './BaseStyle';
|
||||
import type { CategoryGroup } from './CategoryGroup';
|
||||
import type { Store } from './Store';
|
||||
export type MapInitData = {
|
||||
baseStyles?: Array<BaseStyle>;
|
||||
baseMaps?: Array<BaseMap>;
|
||||
baseMaps?: Array<BaseMapWithStores>;
|
||||
groups?: Array<CategoryGroup>;
|
||||
stores?: Array<Store>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue