/** * enum for "intent" field in BannerDTO */ export type BannerIntent = 'HIGH' | 'INFORMATIONAL' | 'LOW' | 'MEDIUM';