LastChanceStalker/constants.ts

10 lines
183 B
TypeScript
Raw Permalink Normal View History

export const overrides: Record<
string,
{ name: string; id: number } | undefined
> = {
"Christopher Ramirez-Chavez": {
name: "Christopher Chavez",
id: 10847338,
},
2024-04-15 15:32:47 -06:00
};