Skip to content

Commit

Permalink
chore(registry-mgmt): new owner field for registry (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
app-services-ci authored Jun 29, 2021
1 parent dc81f2a commit c38e4a8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ export interface RootTypeForRegistry {
* @memberof RootTypeForRegistry
*/
registryDeploymentId?: number;
/**
* Registry instance owner
* @type {string}
* @memberof RootTypeForRegistry
*/
owner?: string;
}


0 comments on commit c38e4a8

Please sign in to comment.