4 lines
98 B
TypeScript
4 lines
98 B
TypeScript
export const hall = {
|
|
items: [{ name: "flashlight", description: "There is a flashlight." }],
|
|
};
|