Properties: T extends undefined
    ? Record<string, unknown>
    : z.infer<Exclude<T, undefined>>

Type Parameters

  • T extends Schema | undefined = undefined
MMNEPVFCICPMFPCPTTAAATR