Skip to content

Commit 9e57883

Browse files
committed
fix(esign): add jsdoc comment
1 parent bd02c32 commit 9e57883

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/esign/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { SuperDoc } from 'superdoc'; // eslint-disable-line
22

3+
/** Value types for esign fields */
34
export type FieldValue = string | boolean | number | null | undefined;
45

56
export interface FieldReference {

0 commit comments

Comments
 (0)