Interface RawRefreshAttachmentURLsResponse

interface RawRefreshAttachmentURLsResponse {
    refreshed_urls: RefreshedAttachment[];
}

Properties

Properties

refreshed_urls: RefreshedAttachment[]