Type Alias GuildGameChangelogUncheckedCreateWithoutGameConfigInput

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