Type Alias KSRoleWithUsersDefaultArgs<ExtArgs>

KSRoleWithUsersDefaultArgs<ExtArgs>: {
    include?: KSRoleWithUsersInclude<ExtArgs> | null;
    omit?: KSRoleWithUsersOmit<ExtArgs> | null;
    select?: KSRoleWithUsersSelect<ExtArgs> | null;
}

KSRoleWithUsers without action

Type Parameters

Type declaration