import { BaseTypedef } from '../base.typedef'; export declare class Banner extends BaseTypedef { name: string; url: string; image: string; imageMobile: string; description: string; type: string; isActive: boolean; isActiveApp: boolean; startAt: string; endAt: string; visibility: string; whitelistedEmails: string[]; orgId: string; } export declare class BannerDetail extends Banner { } declare const BannerListReponse_base: any; export declare class BannerListReponse extends BannerListReponse_base { } export {}; //# sourceMappingURL=banner.typedef.d.ts.map