Skip to main content

TypeScript Genie


m.interface("Person")
.export()
.prop("firstname", "string")
.prop("age", "number", { optional: true });