Skip to content

Commit

Permalink
Fix DirectoryObject GetById Type
Browse files Browse the repository at this point in the history
  • Loading branch information
bcameron1231 committed Mar 11, 2024
1 parent 8abdc2c commit be0a20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graph/directory-objects/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class _DirectoryObjects<GetType = IDirectoryObjectType[]> extends _GraphQ
return AsPaged(this, true)();
}
}
export interface IDirectoryObjects extends _DirectoryObjects, IGetById<IDirectoryObjectType> { }
export interface IDirectoryObjects extends _DirectoryObjects, IGetById<IDirectoryObject> { }
export const DirectoryObjects = graphInvokableFactory<IDirectoryObjects>(_DirectoryObjects);

/**
Expand Down

0 comments on commit be0a20d

Please sign in to comment.