export type ReadUrlDto = { /** * A read-only url that you can use to download the file from secure storage */ read: string; };