feat(frontend): Refactor organization, fixed several organization bugs
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
// Types can be found here: https://github.com/better-auth/better-auth/blob/3f574ec70bb15c155a78673d42c5e25f7376ced3/packages/better-auth/src/plugins/organization/routes/crud-invites.ts#L531
|
||||
export type CustomInvitation = {
|
||||
organizationName: string
|
||||
organizationSlug: string
|
||||
inviterEmail: string
|
||||
id: string
|
||||
status: 'pending' | 'accepted' | 'rejected' | 'canceled'
|
||||
email: string
|
||||
expiresAt: Date
|
||||
organizationId: string
|
||||
role: string
|
||||
inviterId: string
|
||||
} | null
|
||||
Reference in New Issue
Block a user