TenantAtlas/apps/platform/.pnpm-store/v10/files/10/542b726a158fd605dffb3a059370600544973dc3dfd86a8e9baac282d10e94a94cb86f03d122910576adf386b77b29adfa8d9ef01544cf9ade330d6151c9af
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
215 B
Plaintext

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