initialGlobals:
    | { [key: string]: { grid: boolean; value: undefined } }
    | { [key: string]: null } = ...