Type alias RemoteAttachmentInfo

RemoteAttachmentInfo: MultiRemoteAttachmentMetadata & {
    scheme: "https://";
    url: string;
}

Type declaration

  • scheme: "https://"
  • url: string