Type Alias ImageArrayConfig
ImageArrayConfig: {
base_url: string;
cancel?: boolean;
height: number;
image_key: string;
image_type: string;
width: number;
}
Type declaration
base_url: string
Optional
cancel?: boolean
height: number
image_key: string
image_type: string
width: number