// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0
package x
type Ider interface {
RequestID() string
}