Interface IRunExportResponse

interface IRunExportResponse {
    url: string;
}

Properties

Properties

url: string