10 lines
221 B
Plaintext
10 lines
221 B
Plaintext
let s = import "../schemas/project-card.ncl" in
|
|
|
|
{
|
|
make_card = fun data => s.ProjectCard & data,
|
|
|
|
ProjectCard = s.ProjectCard,
|
|
SourceType = s.SourceType,
|
|
ProjectPubStatus = s.ProjectPubStatus,
|
|
}
|