Skip to content

Commit 8c2cd68

Browse files
committed
chore: rename
1 parent 137a8ae commit 8c2cd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-help/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { FlagType } from "@clerc/parser";
22

33
export interface Formatters {
4-
formatFlagType: (flagType: FlagType) => string;
4+
formatFlagType: (type: FlagType) => string;
55
}

0 commit comments

Comments
 (0)