GetImageUploadUrlInput interface
Input type for getting image upload url.
Properties
entity |
Type of entity. Can be Profile or Interaction. |
entity |
Name of the entity type. |
relative |
Relative path of the image. |
Property Details
entityType
Type of entity. Can be Profile or Interaction.
entityType?: string
Property Value
string
entityTypeName
Name of the entity type.
entityTypeName?: string
Property Value
string
relativePath
Relative path of the image.
relativePath?: string
Property Value
string