mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 01:01:43 +10:00
feat(artboard): implement 8 new templates
This commit is contained in:
@ -92,8 +92,7 @@ export type Sections = z.infer<typeof sectionsSchema>;
|
||||
export type SectionKey = "basics" | keyof Sections | `custom.${string}`;
|
||||
export type SectionWithItem<T = unknown> = Sections[FilterKeys<Sections, { items: T[] }>];
|
||||
export type SectionItem = SectionWithItem["items"][number];
|
||||
export type CustomSection = z.infer<typeof customSchema>;
|
||||
export type CustomSectionItem = CustomSection["items"][number];
|
||||
export type CustomSectionGroup = z.infer<typeof customSchema>;
|
||||
|
||||
// Defaults
|
||||
export const defaultSection: Section = {
|
||||
|
||||
Reference in New Issue
Block a user