TenantAtlas/apps/platform/.pnpm-store/v10/files/a8/2775a75d6912fc76986260c43a7a6ce45eff45c768b0bda6c4d17f1a38161508a0236cc507f0fd5e92e9dcf65bda473226348bae809b850f42c7ac23833020
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

9 lines
227 B
Plaintext

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