DisBot
    Preparing search index...

    Type Alias XPDropsWhereInput

    type XPDropsWhereInput = {
        AND?: XPDropsWhereInput | XPDropsWhereInput[];
        ChannelIds?: StringNullableListFilter<"XPDrops">;
        ClaimType?: IntFilter<"XPDrops"> | number;
        GuildId?: StringFilter<"XPDrops"> | string;
        Id?: IntFilter<"XPDrops"> | number;
        LevelSettings?: XOR<
            LevelSettingsScalarRelationFilter,
            LevelSettingsWhereInput,
        >;
        NOT?: XPDropsWhereInput
        | XPDropsWhereInput[];
        OR?: XPDropsWhereInput[];
        TimeToRespawn?: StringFilter<"XPDrops"> | string;
        XPRange?: StringFilter<"XPDrops"> | string;
    }
    Index

    Properties

    ChannelIds?: StringNullableListFilter<"XPDrops">
    ClaimType?: IntFilter<"XPDrops"> | number
    GuildId?: StringFilter<"XPDrops"> | string
    Id?: IntFilter<"XPDrops"> | number
    TimeToRespawn?: StringFilter<"XPDrops"> | string
    XPRange?: StringFilter<"XPDrops"> | string