Type alias TimeSlot

TimeSlot: {
    accounts: string[];
    endTime: string;
    startTime: string;
}

Type declaration

  • accounts: string[]
  • endTime: string
  • startTime: string

Generated using TypeDoc