Skip to content

AddDataCatalog

Déclaration
export type AddDataCatalog = {
code: string;
label: I18nData;
icon: Icon;
mapServiceConfigs?: MapServiceConfiguration[];
};