LastChanceStalker/constants.ts
Tyler Beckman fa75cf7172
thingy
2024-04-15 15:32:47 -06:00

9 lines
183 B
TypeScript

export const overrides: Record<
string,
{ name: string; id: number } | undefined
> = {
"Christopher Ramirez-Chavez": {
name: "Christopher Chavez",
id: 10847338,
},
};