diff --git a/src/schemas/core/index.ts b/src/schemas/core/index.ts index 16b0b2a..6438621 100644 --- a/src/schemas/core/index.ts +++ b/src/schemas/core/index.ts @@ -7,3 +7,4 @@ export * from './callback.schema'; export * from './link.schema'; export * from './file.schema'; export * from './polygonParts.schema'; +export * from './tile.schema'; diff --git a/src/types/core/index.ts b/src/types/core/index.ts index 8e8f7b8..b27df06 100644 --- a/src/types/core/index.ts +++ b/src/types/core/index.ts @@ -7,3 +7,4 @@ export * from './link.type'; export * from './file.type'; export * from './callback.type'; export * from './polygonParts.type'; +export * from './tile.type';