Skip to content

Commit

Permalink
chore(core) run yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Funder Carstensen committed Dec 17, 2024
1 parent feb2b65 commit 083d4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/storages/dataset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export interface DatasetDataOptions {
skipEmpty?: boolean;
}

export interface DatasetExportOptions extends Omit<DatasetDataOptions, 'offset' | 'limit'> { }
export interface DatasetExportOptions extends Omit<DatasetDataOptions, 'offset' | 'limit'> {}

export interface DatasetIteratorOptions
extends Omit<DatasetDataOptions, 'offset' | 'limit' | 'clean' | 'skipHidden' | 'skipEmpty'> {
Expand Down

0 comments on commit 083d4b9

Please sign in to comment.