mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -06:00
9 lines
175 B
TypeScript
9 lines
175 B
TypeScript
export interface Theme {
|
|
banner: string;
|
|
bannerGradient: string;
|
|
bgColor: string;
|
|
descriptionShow: boolean;
|
|
metaColor: string;
|
|
name: string;
|
|
textColor: string;
|
|
} |