TenantAtlas/apps/platform/.pnpm-store/v10/files/a4/99496207c4f9b9cc0e49216652f77f7b7afd8725caa8c9bbdfc1ad4601de6c3f3f01d2c3dd354448aef1b515aaf421ba19ca59f044ce98946342ec1fc8107b
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
218 B
Plaintext

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