NarrowPayload: (x: Payload) => x is T | undefined

Used in conjunction with schema validation to support compile time type assertion for known schema types.

Type Parameters