Merge branch 'main' into feat/separate-links

This commit is contained in:
Amruth Pillai
2024-05-20 17:01:16 +02:00
318 changed files with 36303 additions and 27864 deletions

View File

@ -7,6 +7,4 @@ export const customFieldSchema = z.object({
value: z.string(),
});
export const customFieldsDefault = [];
export type CustomField = z.infer<typeof customFieldSchema>;