UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

8 lines (7 loc) 179 B
export interface Schema { project: string; theme: 'default' | 'dark' | 'cosmic' | 'corporate'; customization: boolean; layout: boolean; animations: boolean; }