GuildRobloxGameWhereUniqueInput: Prisma.AtLeast<{
    AND?: GuildRobloxGameWhereInput | GuildRobloxGameWhereInput[];
    NOT?: GuildRobloxGameWhereInput | GuildRobloxGameWhereInput[];
    OR?: GuildRobloxGameWhereInput[];
    channelId?: StringNullableFilter<"GuildRobloxGame"> | string | null;
    dbId?: string;
    gameConfig?: XOR<GuildGameConfigNullableScalarRelationFilter, GuildGameConfigWhereInput> | null;
    gameConfigId?: StringFilter<"GuildRobloxGame"> | string;
    gameConfigId_placeId?: GuildRobloxGameGameConfigIdPlaceIdCompoundUniqueInput;
    kinds?: EnumGameRobloxKindEnumFilter<"GuildRobloxGame"> | GameRobloxKindEnum;
    pingRoleId?: StringNullableFilter<"GuildRobloxGame"> | string | null;
    placeId?: StringFilter<"GuildRobloxGame"> | string;
    title?: StringNullableFilter<"GuildRobloxGame"> | string | null;
    universeId?: StringNullableFilter<"GuildRobloxGame"> | string | null;
}, "dbId" | "gameConfigId_placeId">