GuildMinAggregateOutputType: {
    autoLiveRoleLogs: string | null;
    birthdayChannelId: string | null;
    birthdayEnabled: boolean | null;
    birthdayRoleId: string | null;
    bitfield: string | null;
    blacklisted: boolean | null;
    dbId: string | null;
    disableDoubleVoteEntry: boolean | null;
    giveawayLogsChannelId: string | null;
    guildId: string | null;
    ignoreIfNotCatchedByOverride: boolean | null;
    leaveChannelId: string | null;
    leaveEnabled: boolean | null;
    linkedRoleLogs: string | null;
    locale: string | null;
    overrideBranding: boolean | null;
    statusRoleLogs: string | null;
    stickyMessageDelaySeconds: number | null;
    syncUsername: boolean | null;
    vodDownloadStoreForHours: number | null;
    welcomeChannelId: string | null;
    welcomeEnabled: boolean | null;
}