We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c51e2 commit 265ccb8Copy full SHA for 265ccb8
types/index.d.ts
@@ -710,7 +710,9 @@ declare module 'cloudinary' {
710
mandatory?: boolean;
711
default_value?: number;
712
validation?: object; //there are 4 types, we need to discuss documentation team about it before implementing.
713
- datasource?: DatasourceEntry;
+ datasource?: {
714
+ values: Array<DatasourceEntry>
715
+ };
716
default_disabled?: boolean;
717
718
[futureKey: string]: any;
0 commit comments