Skip to content

Commit ffcb57a

Browse files
chore: added state to datasource entry type
1 parent 4384aae commit ffcb57a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

types/index.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,12 @@ declare module 'cloudinary' {
713713
metadata_fields: MetadataFieldApiResponse[]
714714
}
715715

716+
export interface DatasourceEntry {
717+
external_id?: string;
718+
value: string;
719+
state?: 'active' | 'inactive'
720+
}
721+
716722
export interface DatasourceChange {
717723
values: Array<DatasourceEntry>
718724
}

0 commit comments

Comments
 (0)