export interface Compartment {
  id: string;
  token: string;
  default: boolean;
  name: string;
}
