⚠️ Internal: This API is not publically exported by the
package.
interface redactOptions { censor?: string | ((value,
path) => any); paths: string[]; remove?: boolean; } Properties
Optional
censor
censor?: string | ((value, path) => any)
Type declaration
- (value, path): any
Returns any
Optional
remove
remove?: boolean