TenantAtlas/apps/platform/.pnpm-store/v10/files/29/d380931496d9385cd2974c117ad1cff2b2450ba9a269d5622f6af97b991764ce16fdced07733578ff6cfadd224896b9e244e962828967a1261c17b1134e46f
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
242 B
Plaintext

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