component-Image
Image
type Image = {
id?: string;
image_id: string;
}
Properties
id
- Id of a component.image_id
- Id of an image. It identifies an image registered using aregister image
request.
type Image = {
id?: string;
image_id: string;
}
id
- Id of a component.image_id
- Id of an image. It identifies an image registered using a register image
request.