export interface TileJson { character: string; isBlank: boolean; }