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