Type alias HighSystemsResponseGetPresignedFileUrl

HighSystemsResponseGetPresignedFileUrl: {
    results: {
        location: string;
        url: string;
    };
    success: boolean;
}

Type declaration

  • results: {
        location: string;
        url: string;
    }
    • location: string
    • url: string
  • success: boolean

Generated using TypeDoc