A list of TypeScript related prompts that I use quite often in my IDE.
Create a TypeScript Type for this Object using Type keyword.
Extract the type of the variable and create a new type for it.
From this type, generate fake data for testing purposes. The data should be in the same format as the original data, but with fake values.
Data:
[[Data]]
Type:
[[Type]]
Create zod schema for this type.