Type Alias ActiveInviteCreateWithoutTeamInput

ActiveInviteCreateWithoutTeamInput: {
    bitfieldToSet: string;
    code: string;
    currentUses: number;
    dbId?: string;
    expiresAt?: Date | string | null;
    maxUses?: number | null;
}