APIv1.MaterialResource interface
A Material resource
This interface was referenced by V1's JSON-Schema via the definition "MaterialResource".
Signature:
export interface MaterialResource
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string | null |
a unique, human-readable alias for the material e.g. cotton | ||
|
Date | null |
when the material was archived | ||
|
Date |
when the material was created | ||
|
{ [k: string]: unknown; } |
material data | ||
|
string |
the material id | ||
|
{ default: { fullsize: { url: string | null; }; }; } | |||
|
boolean |
whether the material is publicly available | ||
|
unknown | |||
|
string |
the material name | ||
|
Date |
when the material was updated | ||
|
string |
the material uri |