Type Alias SharingTaskRecurringResponse

SharingTaskRecurringResponse: SharingTaskRecurringPersist & {
    enabled?: boolean;
    latestExecutionFilesURL?: string[];
    latestExecutionURL?: string;
    links?: Links;
}

Whatever is persisted in the db + links

Type Declaration

  • Optionalenabled?: boolean

    true if the sharing task is enabled

  • OptionallatestExecutionFilesURL?: string[]
  • OptionallatestExecutionURL?: string
  • Optionallinks?: Links