Skip to content

Commit

Permalink
yarn prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed Sep 18, 2024
1 parent 8eb6f56 commit 764a5da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/utils/src/getDirectiveExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ export type DirectableASTNode = ASTNode & {
export type DirectableObject = {
astNode?: DirectableASTNode | null | undefined;
extensionASTNodes?: readonly DirectableASTNode[] | null | undefined;
extensions?:
| { directives?: Record<string, any> | undefined }
| null
| undefined;
extensions?: { directives?: Record<string, any> | undefined } | null | undefined;
};

export function getDirectiveExtensions<
Expand Down

0 comments on commit 764a5da

Please sign in to comment.