Type Alias KSGiftedSubRoleDefaultArgs<ExtArgs>

KSGiftedSubRoleDefaultArgs<ExtArgs>: {
    include?: KSGiftedSubRoleInclude<ExtArgs> | null;
    omit?: KSGiftedSubRoleOmit<ExtArgs> | null;
    select?: KSGiftedSubRoleSelect<ExtArgs> | null;
}

KSGiftedSubRole without action

Type Parameters

Type declaration