Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
city41 committed Mar 15, 2024
1 parent b90e0dd commit 458bbd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/srom/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export type SROMTile = BaseTile & {
export type SROMTileMatrixCol = SROMTile[];
export type SROMTileMatrix = SROMTileMatrixCol[];

// eslint-disable-next-line @typescript-eslint/no-explicit-any
export type SROMSourceResult<TInput = any> = {
tiles: SROMTileMatrix;
input: TInput;
Expand Down

0 comments on commit 458bbd8

Please sign in to comment.