import type { LogEntry } from './LogEntry'; export type LogResponse = { entries: Array; startCursor: string | null; endCursor: string | null; };