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