Interface IAddBody

    interface IAddBody {
        project: {
            id: string;
        };
        simulation: {
            name: string;
            scheme: IModel;
        };
    }

    Properties

    Properties

    project: {
        id: string;
    }

    Type declaration

    • id: string
    simulation: {
        name: string;
        scheme: IModel;
    }

    Type declaration

    Generated using TypeDoc and TypeDoc Airthium Plugin