Type Alias UserTwitchAccountSelect<ExtArgs>

UserTwitchAccountSelect<ExtArgs>: GetSelect<{
    accountId?: boolean;
    chatRoomId?: boolean;
    dbId?: boolean;
    user?: boolean | UserTwitchAccount$userArgs<ExtArgs>;
    userId?: boolean;
    username?: boolean;
}, ExtArgs["result"]["userTwitchAccount"]>

Type Parameters