Delete a model, with the given class Same as "deleteModel", only that it can be done with the class instead of the name
The Class to delete the model from
class ClassName {}const NameModel = getModelForClass(ClassName);deleteModelWithClass(ClassName); Copy
class ClassName {}const NameModel = getModelForClass(ClassName);deleteModelWithClass(ClassName);
Generated using TypeDoc
Delete a model, with the given class Same as "deleteModel", only that it can be done with the class instead of the name