Files
api/types/theme.ts
2023-08-07 17:51:30 -07:00

9 lines
175 B
TypeScript

export interface Theme {
banner: string;
bannerGradient: string;
bgColor: string;
descriptionShow: boolean;
metaColor: string;
name: string;
textColor: string;
}