LastChanceStalker/constants.ts

9 lines
182 B
TypeScript
Raw Normal View History

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