Type Alias Team$activeInvitesArgs<ExtArgs>

Team$activeInvitesArgs<ExtArgs>: {
    cursor?: ActiveInviteWhereUniqueInput;
    distinct?: ActiveInviteScalarFieldEnum | ActiveInviteScalarFieldEnum[];
    include?: ActiveInviteInclude<ExtArgs> | null;
    omit?: ActiveInviteOmit<ExtArgs> | null;
    orderBy?: ActiveInviteOrderByWithRelationInput | ActiveInviteOrderByWithRelationInput[];
    select?: ActiveInviteSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: ActiveInviteWhereInput;
}

Team.activeInvites

Type Parameters

Type declaration