DisBot
    Preparing search index...

    Type Alias GuildUserModerationSettingUnwarnFindUniqueOrThrowArgs<ExtArgs>

    GuildUserModerationSettingUnwarn findUniqueOrThrow

    type GuildUserModerationSettingUnwarnFindUniqueOrThrowArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        include?: GuildUserModerationSettingUnwarnInclude<ExtArgs> | null;
        omit?: GuildUserModerationSettingUnwarnOmit<ExtArgs> | null;
        select?: GuildUserModerationSettingUnwarnSelect<ExtArgs> | null;
        where: GuildUserModerationSettingUnwarnWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildUserModerationSettingUnwarn

    Select specific fields to fetch from the GuildUserModerationSettingUnwarn

    Filter, which GuildUserModerationSettingUnwarn to fetch.