auth/invite_schema.ts view source
CreateInviteInput import type {CreateInviteInput} from '@fuzdev/fuz_app/auth/invite_schema.js'; Input for creating an invite.
email?
type Email | null
username?
type Username | null
created_by
type Uuid | null