We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea8cd5 commit 79b5397Copy full SHA for 79b5397
1 file changed
packages/esign/src/types.ts
@@ -1,4 +1,4 @@
1
-import type { SuperDoc } from 'superdoc';
+import type { SuperDoc } from 'superdoc'; // eslint-disable-line
2
3
export type FieldValue = string | boolean | number | null | undefined;
4
export type TableFieldValue = string[][];
0 commit comments