UNPKG

aau-auth-kit-ui

Version:

Plug & play shadcn/ui components for aau-auth-kit with Next.js integration

8 lines (7 loc) 140 B
export type Organization = { id: string; createdAt: Date; name: string; slug: string; logo?: string | null | undefined; };