Files
api/types/theme.ts
2023-08-08 13:50:42 -07:00

9 lines
175 B
TypeScript

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