Skip to content

@signkit/core Types


@signkit/core Types / Template

Interface: Template

Defined in: types.ts:155

Properties

createdAt

createdAt: string

Defined in: types.ts:165


fields

fields: Field[]

Defined in: types.ts:163


id

id: string

Defined in: types.ts:156


meta?

optional meta?: Record<string, unknown>

Defined in: types.ts:164


pages

pages: PageSize[]

Defined in: types.ts:162


pdf?

optional pdf?: PdfInfo

Defined in: types.ts:160


pdfHash?

optional pdfHash?: string | null

Defined in: types.ts:161


title?

optional title?: string

Defined in: types.ts:158


updatedAt?

optional updatedAt?: string

Defined in: types.ts:166


version

version: string

Defined in: types.ts:157

Released under the Apache License 2.0.