Skip to content

Commit

Permalink
fix type export
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikuni17 committed Oct 16, 2024
1 parent cdccb82 commit 1a968e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/common/pr-utils/grouping.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { PrItem } from '../../common';
import { Config } from '../../config';
import { AreaDefinition } from '../../config/templates';
import { Config, AreaDefinition } from '../../config';

export interface ReleaseNoteGroups<T> {
fixes: T;
Expand Down
2 changes: 1 addition & 1 deletion src/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './config';
export type { TemplateId, Config } from './templates';
export type { TemplateId, Config, AreaDefinition } from './templates';

0 comments on commit 1a968e6

Please sign in to comment.