GuildRobloxGameScalarWhereInput: {
    AND?: GuildRobloxGameScalarWhereInput | GuildRobloxGameScalarWhereInput[];
    NOT?: GuildRobloxGameScalarWhereInput | GuildRobloxGameScalarWhereInput[];
    OR?: GuildRobloxGameScalarWhereInput[];
    channelId?: StringNullableFilter<"GuildRobloxGame"> | string | null;
    dbId?: StringFilter<"GuildRobloxGame"> | string;
    gameConfigId?: StringFilter<"GuildRobloxGame"> | string;
    kinds?: EnumGameRobloxKindEnumFilter<"GuildRobloxGame"> | GameRobloxKindEnum;
    pingRoleId?: StringNullableFilter<"GuildRobloxGame"> | string | null;
    placeId?: StringFilter<"GuildRobloxGame"> | string;
    title?: StringNullableFilter<"GuildRobloxGame"> | string | null;
    universeId?: StringNullableFilter<"GuildRobloxGame"> | string | null;
}