/** Outlook url */
export interface OutlookUrl {
    /** Url expiration date */
    expiration: string;
    /** Serial number */
    serial: string;
    /** Outlook url */
    url: string;
}
//# sourceMappingURL=OutlookUrl.d.ts.map