export interface SlsNote {
  candidate: string;
  shared: string;
  admin: string;
}
