Type Alias ActiveInviteOmit<ExtArgs>

ActiveInviteOmit<ExtArgs>: GetOmit<
    | "dbId"
    | "code"
    | "maxUses"
    | "currentUses"
    | "bitfieldToSet"
    | "expiresAt"
    | "teamId", ExtArgs["result"]["activeInvite"]>

Type Parameters