Skip to content

Commit

Permalink
fix: add MVT dataset export format
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFabre-ods committed Sep 1, 2023
1 parent 411bf7c commit 371bb88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api-client/src/client/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export const EnumExportDatasetFormat = {
RDFXML: 'rdfxml',
TURTLE: 'turtle',
N3: 'n3',
MVT: 'mvt',
} as const;

export type ExportDatasetFormat =
Expand Down

0 comments on commit 371bb88

Please sign in to comment.