// Code generated by tygo. DO NOT EDIT. ////////// // source: person.go export interface Person { Name: string; }