Type Alias UserTwitchAccountWhereUniqueInput

UserTwitchAccountWhereUniqueInput: Prisma.AtLeast<{
    AND?: UserTwitchAccountWhereInput | UserTwitchAccountWhereInput[];
    NOT?: UserTwitchAccountWhereInput | UserTwitchAccountWhereInput[];
    OR?: UserTwitchAccountWhereInput[];
    accountId?: StringNullableFilter<"UserTwitchAccount"> | string | null;
    chatRoomId?: StringNullableFilter<"UserTwitchAccount"> | string | null;
    dbId?: string;
    user?: XOR<UserNullableScalarRelationFilter, UserWhereInput> | null;
    userId?: string;
    username?: StringNullableFilter<"UserTwitchAccount"> | string | null;
}, "dbId" | "userId">