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

Properties

Properties

userModel: { model: IModel; template: string }