HeaderField: { custom?: boolean; disabled?: boolean; dump?: ((v) => string); generator?: (() => string); name: string; required?: boolean; validate?: ((v) => boolean); value?: string | Mailbox; } Type declaration
Optional custom?: boolean
Optional disabled?: boolean
Optional dump?: ((v) => string)
- (v): string
Returns string
Optional generator?: (() => string)
name: string
Optional required?: boolean
Optional validate?: ((v) => boolean)
- (v): boolean
Returns boolean
Optional value?: string | Mailbox