Skip to content

Commit

Permalink
chore: added state to datasource entry type
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-pkoniu committed Mar 26, 2024
1 parent 4384aae commit ffcb57a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,12 @@ declare module 'cloudinary' {
metadata_fields: MetadataFieldApiResponse[]
}

export interface DatasourceEntry {
external_id?: string;
value: string;
state?: 'active' | 'inactive'
}

export interface DatasourceChange {
values: Array<DatasourceEntry>
}
Expand Down

0 comments on commit ffcb57a

Please sign in to comment.