Skip to content

Commit

Permalink
Make Tile type optional
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgraeme committed Sep 24, 2024
1 parent dbd341b commit c29184f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/tile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class TierTileConfig {

export type Tile = {
id: string | null;
type: TileType;
type?: TileType;
active: boolean;
createdAt: string | null;
updatedAt: string | null;
Expand Down

0 comments on commit c29184f

Please sign in to comment.