stateFromParams: ({ second }: { second: string }) => {
        return { second: second === 'ok' ? ('ok' as const) : ('' as const) }
      },