DisBot
    Preparing search index...

    Type Alias GuildUserModerationSettingWarnFindUniqueOrThrowArgs<ExtArgs>

    GuildUserModerationSettingWarn findUniqueOrThrow

    type GuildUserModerationSettingWarnFindUniqueOrThrowArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        include?: GuildUserModerationSettingWarnInclude<ExtArgs> | null;
        omit?: GuildUserModerationSettingWarnOmit<ExtArgs> | null;
        select?: GuildUserModerationSettingWarnSelect<ExtArgs> | null;
        where: GuildUserModerationSettingWarnWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildUserModerationSettingWarn

    Select specific fields to fetch from the GuildUserModerationSettingWarn

    Filter, which GuildUserModerationSettingWarn to fetch.