/** URL with real time logs */
export interface LogUrl {
    /** Expiration date */
    expirationDate: string;
    /** URL */
    url: string;
}
//# sourceMappingURL=LogUrl.d.ts.map