DisBot
    Preparing search index...

    Type Alias XPDropsScalarWhereInput

    type XPDropsScalarWhereInput = {
        AND?: XPDropsScalarWhereInput | XPDropsScalarWhereInput[];
        ChannelIds?: StringNullableListFilter<"XPDrops">;
        ClaimType?: IntFilter<"XPDrops"> | number;
        GuildId?: StringFilter<"XPDrops"> | string;
        Id?: IntFilter<"XPDrops"> | number;
        NOT?: XPDropsScalarWhereInput | XPDropsScalarWhereInput[];
        OR?: XPDropsScalarWhereInput[];
        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