@wegooli/identity-types
v1.0.7
Published
공유 TypeScript 타입 — JWT 클레임, API 응답, ERD 엔티티
Maintainers
Readme
@wegooli/identity-types
Shared TypeScript type definitions for the Wegooli Identity platform — JWT claims, API request/response shapes, and ERD entities.
Used internally by @wegooli/identity-react and @wegooli/identity-ui. You usually do not need to install this directly unless you are calling the BFF API yourself.
Install
npm install @wegooli/identity-types
# or
pnpm add @wegooli/identity-typesExports
Domain entities (./auth)
import type { User, PlatformUser, Organization, Member, Role, AuthState } from '@wegooli/identity-types';API contracts (./api)
import type {
MeResponse,
SignInRequest,
SignInResponse,
SignUpRequest,
SignUpResponse,
Invitation,
OrgAuthPolicy,
EmailOTPSendRequest,
EmailOTPVerifyRequest,
} from '@wegooli/identity-types';License
MIT
