Interface GuardHandler<R>

Type Parameters

  • R

Hierarchy

Properties

Properties

get: ((prop: string) => R)

Type declaration

    • (prop: string): R
    • Parameters

      • prop: string

      Returns R

meta: { handler: Handler<unknown>; key: string }

Type declaration

  • handler: Handler<unknown>
  • key: string
type: "guard"