Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Benehiko committed May 2, 2023
1 parent 84e2115 commit dd6a88b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/e2e/cypress/support/config.d.ts
Expand Up @@ -34,12 +34,12 @@ export type RequiredAuthenticatorAssuranceLevel = "aal1" | "highest_available"
*/
export type WebHookConfiguration =
| {
[k: string]: unknown | undefined
}
[k: string]: unknown | undefined
}
| {
can_interrupt?: false
[k: string]: unknown | undefined
}
can_interrupt?: false
[k: string]: unknown | undefined
}
export type SelfServiceHooks = SelfServiceWebHook[]
/**
* If set to true will enable [User Registration](https://www.ory.sh/kratos/docs/self-service/flows/user-registration/).
Expand Down Expand Up @@ -1032,7 +1032,7 @@ export interface OryTracingConfig {
| IPv4AddressAndPort
| HostnameAndPort
) &
string
string
sampling?: {
/**
* The address of jaeger-agent's HTTP sampling server
Expand Down Expand Up @@ -1071,7 +1071,7 @@ export interface OryTracingConfig {
| IPv4AddressAndPort1
| HostnameAndPort1
) &
string
string
/**
* Will use HTTP if set to true; defaults to HTTPS.
*/
Expand Down

0 comments on commit dd6a88b

Please sign in to comment.