Skip to content

@signkit/core Types


@signkit/core Types / SignerInfo

Interface: SignerInfo

Defined in: types.ts:237

Signer identity passed to the <Signer> component.

Properties

email?

optional email?: string

Defined in: types.ts:240


id?

optional id?: string

Defined in: types.ts:238


name?

optional name?: string

Defined in: types.ts:239


role?

optional role?: string

Defined in: types.ts:242

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

Released under the Apache License 2.0.