TenantAtlas/apps/platform/.pnpm-store/v10/files/21/4b824bb445f1a96aa0cb3b6e932c968ba8331cd376e3137da2531281d52028c8e0491a578df4bf4f144788e2ec38cd2b9b76846656cec9cdf2058889cb2f8e
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
224 B
Plaintext

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