fix: Do not rely on class names in production bundle (#6212)
This commit is contained in:
@@ -8,6 +8,8 @@ import Model from "~/models/base/Model";
|
||||
import Field from "./decorators/Field";
|
||||
|
||||
class Integration<T = unknown> extends Model {
|
||||
static modelName = "Integration";
|
||||
|
||||
id: string;
|
||||
|
||||
type: IntegrationType;
|
||||
|
||||
Reference in New Issue
Block a user