15 lines
424 B
Plaintext
15 lines
424 B
Plaintext
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,
|
|
}
|