diff --git a/types/index.d.ts b/types/index.d.ts index 5b39d8ce..2d3431e2 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -710,7 +710,9 @@ declare module 'cloudinary' { mandatory?: boolean; default_value?: number; validation?: object; //there are 4 types, we need to discuss documentation team about it before implementing. - datasource?: DatasourceEntry; + datasource?: { + values: Array + }; default_disabled?: boolean; [futureKey: string]: any;