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