Tanatloc documentation
    Preparing search index...

    Interface IDownloadBody

    interface IDownloadBody {
        result: { fileName: string; originPath: string };
        simulation: { id: string };
    }
    Index

    Properties

    Properties

    result: { fileName: string; originPath: string }
    simulation: { id: string }