Interface Reminder

Hierarchy

  • Reminder

Properties

author: User
createdAt: string
date: string
hash: string
name: string
occurrence: {
    last: null | string;
    next: null | string;
}

Type declaration

  • last: null | string
  • next: null | string
organization: {
    id: string;
}

Type declaration

  • id: string
schedule: {
    location: string;
}

Type declaration

  • location: string
security_groups: {
    id: string;
}[]

Type declaration

  • id: string
users: User[]

Generated using TypeDoc