Interface: RestoreBufferValidationOptions
Defined in: electron/services/ipc/validators/utils/restoreValidation.ts:13
Internal
Options for restore buffer validation.
Properties
fieldName?
readonlyoptionalfieldName:string
Defined in: electron/services/ipc/validators/utils/restoreValidation.ts:15
Internal
Label for the payload field used in error messages.
maxBytes
readonlymaxBytes:number
Defined in: electron/services/ipc/validators/utils/restoreValidation.ts:17
Internal
Maximum allowed byte size for the restore payload.