Skip to content

Commit f5235c8

Browse files
committed
fix: correct success property in ImportApiResponse
1 parent 36f5ef1 commit f5235c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/typings/utility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type RequireAtLeastOne<T> = {
1111
}[keyof T]
1212

1313
export type ImportApiResponse<T> = {
14-
success: true
14+
success: boolean
1515
action: string
1616
result: T
1717
/**

0 commit comments

Comments
 (0)