Type Alias UserSessionDefaultArgs<ExtArgs>

UserSessionDefaultArgs<ExtArgs>: {
    include?: UserSessionInclude<ExtArgs> | null;
    omit?: UserSessionOmit<ExtArgs> | null;
    select?: UserSessionSelect<ExtArgs> | null;
}

UserSession without action

Type Parameters

Type declaration