import type { IdTokenClaims } from 'oidc-client-ts'; export type IdToken = string | (IdTokenClaims & Record);