Type Alias KickStreamer$usersWhoHaveRoleArgs<ExtArgs>

KickStreamer$usersWhoHaveRoleArgs<ExtArgs>: {
    cursor?: KSRoleWithUsersWhereUniqueInput;
    distinct?: KSRoleWithUsersScalarFieldEnum | KSRoleWithUsersScalarFieldEnum[];
    include?: KSRoleWithUsersInclude<ExtArgs> | null;
    omit?: KSRoleWithUsersOmit<ExtArgs> | null;
    orderBy?: KSRoleWithUsersOrderByWithRelationInput | KSRoleWithUsersOrderByWithRelationInput[];
    select?: KSRoleWithUsersSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: KSRoleWithUsersWhereInput;
}

KickStreamer.usersWhoHaveRole

Type Parameters

Type declaration