Added missing doc comment
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
This commit is contained in:
@@ -24,6 +24,12 @@ import { normalizeEntityName } from './helper';
|
||||
import { GroupEntity, UserEntity } from '@backstage/catalog-model';
|
||||
import * as MicrosoftGraph from '@microsoft/microsoft-graph-types';
|
||||
|
||||
/**
|
||||
* The default implementation of the transformation from a graph organization
|
||||
* entry to a Group entity.
|
||||
*
|
||||
* @public
|
||||
*/
|
||||
export async function defaultOrganizationTransformer(
|
||||
organization: MicrosoftGraph.Organization,
|
||||
): Promise<GroupEntity | undefined> {
|
||||
|
||||
Reference in New Issue
Block a user