We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
type()
$type()
1 parent 5880a1f commit 825f9b5Copy full SHA for 825f9b5
1 file changed
packages/core/src/type-container.ts
@@ -1,4 +1,4 @@
1
-export const type = <Type>(): TypeContainer<Type> => ({});
+export const $type = <Type>(): TypeContainer<Type> => ({});
2
3
export interface TypeContainer<Type> {
4
type?: Type;
0 commit comments