Type alias CustomGuardCodec<Fns>
CustomGuardCodec<Fns>: Fns & { codecType: "type"; serializeGuard: ((value,
ctx) => boolean); type: string; } Type declaration
codecType: "type"
serializeGuard: ((value, ctx) => boolean)
- (value, ctx): boolean
Returns boolean
type: string