Interface IBody

    interface IBody {
        filter: string;
        parameters: string[];
        result: {
            fileName: string;
            originPath: string;
        };
        simulation: {
            id: string;
        };
    }

    Properties

    filter: string
    parameters: string[]
    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