export type GetUserIdByHashRequest = { /** * Provider of the identity */ identityProvider: string; /** * Hashed user identifier */ identifierHash: string; };