Hello 馃憢 I followed the documentation here to create some reusable helpers. Let's supposed I have these types to represent my database: export interface Employees { id: Generated<string>; name: string | null; workspaceId: string; } export...
wono
|
Do you want to delete?