UNPKG
aau-auth-kit-ui
Version:
latest (1.0.1)
1.0.1
Plug & play shadcn/ui components for aau-auth-kit with Next.js integration
aau-auth-kit-ui
/
src
/
types
/
organization.ts
8 lines
(7 loc)
•
140 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
type
Organization
= {
id
:
string
;
createdAt
:
Date
;
name
:
string
;
slug
:
string
;
logo
?:
string
|
null
|
undefined
; };