9 lines
242 B
Plaintext
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 |