Skip to content

Commit 908983d

Browse files
committed
fix: cannot extend KeqOperations
1 parent 023800f commit 908983d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/keq-operation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export type ExtractFields<T extends Pick<KeqOperation, 'requestBody'>> = Extract
2525
export type ExtractFiles<T extends Pick<KeqOperation, 'requestBody'>> = ExtractProperty<Exclude<Extract<T['requestBody'], object>, FormData | URLSearchParams | Array<any>>, Buffer | Blob | File>
2626

2727

28-
export type KeqOperations = {
28+
export interface KeqOperations {
2929
[url: string]: {
3030
[method in KeqContextRequestMethod]?: KeqOperation
3131
}

0 commit comments

Comments
 (0)