Type Alias GuildUncheckedCreateWithoutLinkedRolesInput

GuildUncheckedCreateWithoutLinkedRolesInput: {
    autoLiveRoleLogs?: string | null;
    autoLiveRoles?: GuildAutoLiveRoleUncheckedCreateNestedManyWithoutGuildInput;
    birthdayChannelId?: string | null;
    birthdayEnabled?: boolean | null;
    birthdayRoleId?: string | null;
    bitfield?: string | null;
    blacklisted?: boolean | null;
    dbId?: string;
    disableBranding?: GuildDisableBrandingUncheckedCreateNestedOneWithoutGuildInput;
    disableDoubleVoteEntry?: boolean | null;
    gettingStarted?: GuildGettingStartedUncheckedCreateNestedOneWithoutGuildInput;
    giveawayLogsChannelId?: string | null;
    guildId: string;
    ignoreIfNotCatchedByOverride?: boolean | null;
    leaveChannelId?: string | null;
    leaveEnabled?: boolean | null;
    linkedRoleLogs?: string | null;
    locale?: string;
    messages?: GuildCustomMessageUncheckedCreateNestedManyWithoutGuildInput;
    notificationOverrides?: GuildNotificationOverrideUncheckedCreateNestedManyWithoutGuildInput;
    overrideBranding?: boolean | null;
    premium?: GuildPremiumUncheckedCreateNestedOneWithoutGuildInput;
    randomMessages?: GuildRandomMessageUncheckedCreateNestedManyWithoutGuildInput;
    singleMessages?: GuildCustomSingleMessageUncheckedCreateNestedManyWithoutGuildInput;
    statusRoleLogs?: string | null;
    statusRoles?: GuildStatusRoleUncheckedCreateNestedManyWithoutGuildInput;
    stickyMessageDelaySeconds?: number | null;
    stickyMessages?: GuildStickyMessageUncheckedCreateNestedManyWithoutGuildInput;
    syncUsername?: boolean | null;
    vodDownloadStoreForHours?: number | null;
    welcomeChannelId?: string | null;
    welcomeEnabled?: boolean | null;
}