import { OperationRequest3 } from "./OperationRequest3";
/** GetServerSchedulesLogs */
export interface GetServerSchedulesLogs {
    /** operationRequest */
    operationRequest?: OperationRequest3;
}
