Interface IDownloadBody

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

    Properties

    Properties

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

    Type declaration

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

    Type declaration

    • id: string

    Generated using TypeDoc and TypeDoc Airthium Plugin