Skip to content

Commit

Permalink
Merge pull request #112 from bettyblocks/feat/add-ref-to-prefabpartia…
Browse files Browse the repository at this point in the history
…l-TMPLT-2025

feat: add ref to prefabpartial
  • Loading branch information
SanderVanRiessen authored Jan 17, 2023
2 parents 4371233 + f82915a commit 52ec44d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/prefabs/types/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export type PrefabReference = PrefabPartial | PrefabComponent | PrefabWrapper;
export interface PrefabPartial {
type: 'PARTIAL';
partialId: string;
ref?: {
id: string;
};
}

export interface PrefabWrapper {
Expand Down

0 comments on commit 52ec44d

Please sign in to comment.