Skip to content

@sign-kit/core Types


@sign-kit/core Types / SignerInfo

Interface: SignerInfo

Defined in: types.ts:181

Signer identity passed to the <Signer> component.

Properties

email?

optional email?: string

Defined in: types.ts:184


id?

optional id?: string

Defined in: types.ts:182


name?

optional name?: string

Defined in: types.ts:183


role?

optional role?: string

Defined in: types.ts:186

Role key used to restrict which fields this signer may fill.

Released under the Apache License 2.0.