Type alias ViewReport

ViewReport: {
    attributes: string[];
    children: boolean;
    parent: boolean;
    reminders: boolean;
    workRecords: boolean;
}

Type declaration

  • attributes: string[]
  • children: boolean
  • parent: boolean
  • reminders: boolean
  • workRecords: boolean

Generated using TypeDoc