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

9 lines
227 B
JavaScript

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