interface GridCharacter { id: string position: number | null character: Character }