Skip to content

Commit 0109064

Browse files
committed
fix: edit 도메인에서 SubGoal 타입 export 추가
1 parent 49bfe70 commit 0109064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/domain/edit/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ interface CoreGoalsResponse {
2424

2525
type CycleType = 'DAILY' | 'WEEKLY' | 'ONCE';
2626

27-
interface SubGoal {
27+
export interface SubGoal {
2828
[x: string]: any;
2929
id: number;
3030
title: string;

0 commit comments

Comments
 (0)