GuildRobloxGameCreateInput: {
    channelId?: string | null;
    dbId?: string;
    gameConfig?: GuildGameConfigCreateNestedOneWithoutRobloxGamesInput;
    kinds?: GameRobloxKindEnum;
    pingRoleId?: string | null;
    placeId: string;
    title?: string | null;
    universeId?: string | null;
}