Skip to main content

Interface: RestoreBufferValidationOptions

Defined in: electron/services/ipc/validators/utils/restoreValidation.ts:13

Internal

Options for restore buffer validation.

Properties

fieldName?

readonly optional fieldName: string

Defined in: electron/services/ipc/validators/utils/restoreValidation.ts:15

Internal

Label for the payload field used in error messages.


maxBytes

readonly maxBytes: number

Defined in: electron/services/ipc/validators/utils/restoreValidation.ts:17

Internal

Maximum allowed byte size for the restore payload.