Files
2026-06-10 12:38:42 -03:00

9 lines
218 B
JavaScript

import { entityKind } from "../entity.js";
import { View } from "../sql/sql.js";
class GelViewBase extends View {
static [entityKind] = "GelViewBase";
}
export {
GelViewBase
};
//# sourceMappingURL=view-base.js.map