Type alias CreateTimesheetResponse

CreateTimesheetResponse: {
    data: TimeSheet;
    errors: string[];
    success: boolean;
}

Type declaration

  • data: TimeSheet

    The newly created timesheet

  • errors: string[]

    If the operation was not successful, holds the deatils of errors

  • success: boolean

    Indicates whether the operation was successful or not