interface PrefabPartial {
    partialId: string;
    ref?: {
        id: string;
    };
    type: "PARTIAL";
}

Properties

Properties

partialId: string
ref?: {
    id: string;
}
type: "PARTIAL"