Type Alias GuildGameChangelogCreateManyInput

GuildGameChangelogCreateManyInput: {
    channelId?: string | null;
    dbId?: string;
    gameConfigId: string;
    pingRoleId?: string | null;
    steamAppId: number;
    title?: string | null;
}