Skip to content

Commit

Permalink
chore: remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Nov 16, 2023
1 parent 78bdacc commit 0886fbf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/interfaces/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export const THEME_KEYS = [
'flagOptions',
'flagRequired',
'flagSeparator',
'flagType',
'sectionDescription',
'sectionHeader',
'topic',
Expand All @@ -75,7 +74,6 @@ export type Theme = {
flagOptions?: string | StandardChalk
flagRequired?: string | StandardChalk
flagSeparator?: string | StandardChalk
flagType?: string | StandardChalk
sectionDescription?: string | StandardChalk
sectionHeader?: string | StandardChalk
topic?: string | StandardChalk
Expand Down
1 change: 0 additions & 1 deletion test/cli-ux/theme.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ describe('THEME_KEYS', () => {
'flagOptions',
'flagRequired',
'flagSeparator',
'flagType',
'sectionDescription',
'sectionHeader',
'topic',
Expand Down

0 comments on commit 0886fbf

Please sign in to comment.