TaskDataPoint: DataPoint & {
    description: string;
    signOffUser?: GSBaseEntity;
    user: GSBaseEntity;
}

Type declaration

  • description: string

    Description of the task

  • OptionalsignOffUser?: GSBaseEntity

    User who signed off on the task

  • user: GSBaseEntity

    User who performed the task