export type LogsParams = { limit?: number; cursor?: string; boot?: number | string; before: boolean; };