Skip to content

Rule.io SDK


Rule.io SDK / client/src / BrandStyleImageEntry

Interface: BrandStyleImageEntry

Defined in: client/src/resources/brand-styles/brand-styles.types.ts:189

An image entry in a create or update payload.

Properties

image?

optional image?: object

Defined in: client/src/resources/brand-styles/brand-styles.types.ts:192

Image file as a base64-encoded string.

file

file: string

name?

optional name?: string


type

type: BrandStyleImageType

Defined in: client/src/resources/brand-styles/brand-styles.types.ts:190