Skip to content

Commit

Permalink
Merge pull request #2964 from bcameron1231/fix-2960
Browse files Browse the repository at this point in the history
Fix DirectoryObject GetById Type
  • Loading branch information
bcameron1231 authored Mar 11, 2024
2 parents 886302b + be0a20d commit 5651af5
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 5651af5

Please sign in to comment.