Type Alias UserTwitchAccountIncludeCreateManyAndReturn<ExtArgs>

UserTwitchAccountIncludeCreateManyAndReturn<ExtArgs>: {
    user?: boolean | UserTwitchAccount$userArgs<ExtArgs>;
}

Type Parameters