Skip to content

Commit efc420b

Browse files
committed
remove unused export
1 parent b7caf67 commit efc420b

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/cli/services/graphql

1 file changed

+1
-1
lines changed

packages/app/src/cli/services/graphql/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function validateSingleOperation(graphqlOperation: string): void {
4848
/**
4949
* Options for resolving an API version.
5050
*/
51-
export interface ResolveApiVersionOptions {
51+
interface ResolveApiVersionOptions {
5252
/** Admin session containing store credentials. */
5353
adminSession: {token: string; storeFqdn: string}
5454
/** The API version specified by the user. */

0 commit comments

Comments
 (0)