import type { OidcProviderDto } from '../schemas/OidcProviderDto'; export type OidcProvidersResponseResponse = OidcProviderDto[];