export type StateDetailsCreate = Partial<{
  flowRunId: string | null,
  taskRunId: string | null,
  childFlowRunId: string | null,
  scheduledTime: Date | null,
  cacheKey: string | null,
  cacheExpiration: Date | null,
}>
