Skip to content

Commit

Permalink
added parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKUR DWIVEDI authored and ANKUR DWIVEDI committed Aug 22, 2024
1 parent 78dd2bc commit 26f9bdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/interfaces/UploadResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,8 @@ export interface UploadResponse {
* A key-value data associated with the asset. Before setting any custom metadata on an asset, you have to create the field using custom metadata fields API.
*/
customMetadata?: CMValues;
/**
* Is the file published or in draft state. It can be either true or false.
*/
isPublished?: boolean
}

0 comments on commit 26f9bdf

Please sign in to comment.