searches the current version of every section · esc to close

27.06 Artifact Mold

#todo

interface ArtifactAttachments {
	mold: MoldAttachment[], // OPTIONAL
	// ...
}
type MoldAttachment = {
    name: string; // REQUIRED
    cast: MoldCast; // REQUIRED
};
type MoldCast = {
    js?: string; // OPTIONAL
    system?: string; // OPTIONAL
    // ...
};

Revision history

  1. v0.1.52This updates a list of to-do documents and outlines the shape of the standard. Some important type shapes have been defined on the to-do documents as proposed types. All the to-do documents are marked with the tag #todo.view