UNPKG

@appscode/design-system

Version:

A design system for Appscode websites and dashboards made using Bulma

15 lines (13 loc) 255 B
export interface SelectedClusterType { name: string; displayName: string; provider: string; location: string; } export interface SwitchCluster { name: string; displayName: string; provider: string; location?: string; status?: string; }