Type Alias GuildRobloxGameMinAggregateOutputType

GuildRobloxGameMinAggregateOutputType: {
    channelId: string | null;
    dbId: string | null;
    gameConfigId: string | null;
    kinds: GameRobloxKindEnum | null;
    pingRoleId: string | null;
    placeId: string | null;
    title: string | null;
    universeId: string | null;
}