@proto-kit/protocol • Docs
Documentation / @proto-kit/protocol / NaiveObjectSchema
Type Alias: NaiveObjectSchema<Obj>
NaiveObjectSchema<
Obj>:{ [Key in keyof Obj]: undefined extends Obj[Key] ? "Optional" : "Required" }
Type Parameters
• Obj
@proto-kit/protocol • Docs
Documentation / @proto-kit/protocol / NaiveObjectSchema
NaiveObjectSchema<
Obj>:{ [Key in keyof Obj]: undefined extends Obj[Key] ? "Optional" : "Required" }
• Obj