API.materials property
Material API operations.
Signature:
readonly materials: Readonly<{
read: (identity: string, options?: FetchInit<{}, "json">) => Promise<FetchResult<APIv1.MaterialResource>>;
}>;
Material API operations.
Signature:
readonly materials: Readonly<{
read: (identity: string, options?: FetchInit<{}, "json">) => Promise<FetchResult<APIv1.MaterialResource>>;
}>;