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[]

    URL to querying the files of the latest execution tied to this sharing task

  • OptionallatestExecutionURL?: string

    URL to querying the latest execution tied to this sharing task

  • Optionallinks?: Links