/** The web access for your cloudpabx */
export interface BannerAccess {
    /** The creation date of this access */
    creationDate: string;
    /**  */
    id: number;
    /** The url of the web access */
    url: string;
}
//# sourceMappingURL=BannerAccess.d.ts.map