Type Alias flatten<T>

flatten<T>: zod.z.objectUtil.identity<{
    [k in keyof T]: T[k]
}>

Type Parameters

  • T