Interface IAddBody

    interface IAddBody {
        userModel: {
            model: IModel;
            template: string;
        };
    }

    Properties

    Properties

    userModel: {
        model: IModel;
        template: string;
    }

    Type declaration

    Generated using TypeDoc and TypeDoc Airthium Plugin