feat: add boards management page (#55)
This commit is contained in:
@@ -36,8 +36,11 @@ const saveSchema = z.object({
|
||||
sections: z.array(createSectionSchema(commonItemSchema)),
|
||||
});
|
||||
|
||||
const createSchema = z.object({ name: z.string() });
|
||||
|
||||
export const boardSchemas = {
|
||||
byName: byNameSchema,
|
||||
saveGeneralSettings: saveGeneralSettingsSchema,
|
||||
save: saveSchema,
|
||||
create: createSchema,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user