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