Added missing doc comment

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
This commit is contained in:
Alex Crome
2023-01-23 14:07:13 +00:00
parent 0daa328c3a
commit 135242e78a
@@ -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> {