export interface RefreshedFile { /** The original file URI that was provided in the request. */ original: string; /** The new refreshed presigned URL that expires in one hour. */ refreshed: string; }