@gitkraken/gitkraken-components 1.0.0-rc.25 → 1.0.0-rc.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -142,6 +142,7 @@ export type GraphRefOptData = {
142
142
  id: string;
143
143
  name: string;
144
144
  type: GraphRefType;
145
+ owner?: string;
145
146
  avatarUrl?: string;
146
147
  };
147
148