# Enumeration: ImageCornerStyle

Defined in: [schema.ts:717](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/schema.ts#L717)

State of corners on images that can be used with a [ImageSchema](../../interfaces/ImageSchema/).

## Enumeration Members

### Rounded

> **Rounded**: `"rounded"`

Defined in: [schema.ts:719](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/schema.ts#L719)

Image is rendered with rounded corners.

______________________________________________________________________

### Square

> **Square**: `"square"`

Defined in: [schema.ts:721](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/schema.ts#L721)

Image is rendered with square corners.
