Skip to content

Commit 3a27004

Browse files
fixing failing types
1 parent 0ee632b commit 3a27004

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

types/index.d.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -688,10 +688,7 @@ declare module 'cloudinary' {
688688
]
689689
}
690690

691-
export interface SignApiOptions {
692-
public_id: string;
693-
version: number;
694-
}
691+
export type SignApiOptions = Record<string, any>;
695692

696693
export interface DatasourceEntry {
697694
external_id?: string;

0 commit comments

Comments
 (0)