SerializedResource type

The JSON-serialized representation of a resource as stored in the Design Document.

Signature:

type SerializedResource<TOptions extends KeyValueObject = KeyValueObject, TSources extends KeyValueObject = KeyValueObject> = {
    id: string;
    metadata: KeyValueObject;
    options: TOptions;
    sources: TSources;
    type: string;
};
Get in touch

We'd love to learn more about your vision and how we can help.

PressPrivacyTermsSupportCopyright © 2024 Core3D, Inc. All Rights Reserved.