UNPKG

logto-auth-node-sdk

Version:

A comprehensive Logto authentication client library with circuit breaker pattern support

6 lines (5 loc) 131 B
export interface LogtoUpdateOrganizationDto { name?: string; description?: string; customData?: Record<string, any>; }