We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4293027 commit 9099d56Copy full SHA for 9099d56
1 file changed
packages/pinia-orm/src/model/attributes/types/Boolean.ts
@@ -1,7 +1,7 @@
1
import type { Model } from '../../Model'
2
+import { BooleanCast } from '../../casts/BooleanCast'
3
import type { TypeDefault } from './Type'
4
import { Type } from './Type'
-import { BooleanCast } from '../../casts/BooleanCast'
5
6
export class Boolean extends Type {
7
/**
0 commit comments