Type Alias SharingExecutionResponse

SharingExecutionResponse: SharingExecutionPersist & {
    fileLocations?: string[];
    links?: Links;
}