UNPKG

logto-auth-node-sdk

Version:

A comprehensive Logto authentication client library with circuit breaker pattern support

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