Unleash is the open source feature toggle service.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
345 B

/**
* Generated by Orval
* Do not edit manually.
* See `gen:api` script in package.json
*/
import type { MessageBannerSchema } from './messageBannerSchema';
/**
* A response model with a list of message banners.
*/
export interface MessageBannersSchema {
/** A list of message banners. */
messageBanners: MessageBannerSchema[];
}