let s = import "../schemas/personal.ncl" in { make_content = fun data => s.Content & data, make_opportunity = fun data => s.Opportunity & data, Content = s.Content, Opportunity = s.Opportunity, ContentKind = s.ContentKind, ContentStatus = s.ContentStatus, OpportunityKind = s.OpportunityKind, OpportunityStatus = s.OpportunityStatus, Audience = s.Audience, }