diff --git a/plugins/catalog-backend-module-msgraph/config.d.ts b/plugins/catalog-backend-module-msgraph/config.d.ts index d91d3f9d34..8928da6f53 100644 --- a/plugins/catalog-backend-module-msgraph/config.d.ts +++ b/plugins/catalog-backend-module-msgraph/config.d.ts @@ -32,7 +32,7 @@ export interface Config { * The prefix of the target that this matches on, e.g. * "https://graph.microsoft.com/v1.0", with no trailing slash. */ - target?: string; + target: string; /** * The auth authority used. * @@ -116,7 +116,7 @@ export interface Config { * The prefix of the target that this matches on, e.g. * "https://graph.microsoft.com/v1.0", with no trailing slash. */ - target: string; + target?: string; /** * The auth authority used. * @@ -231,7 +231,7 @@ export interface Config { * The prefix of the target that this matches on, e.g. * "https://graph.microsoft.com/v1.0", with no trailing slash. */ - target: string; + target?: string; /** * The auth authority used. *