DisBot
    Preparing search index...

    Type Alias XPDropsCreateManyInput

    type XPDropsCreateManyInput = {
        ChannelIds?: XPDropsCreateChannelIdsInput | string[];
        ClaimType: number;
        GuildId: string;
        Id?: number;
        TimeToRespawn: string;
        XPRange: string;
    }
    Index

    Properties

    ChannelIds?: XPDropsCreateChannelIdsInput | string[]
    ClaimType: number
    GuildId: string
    Id?: number
    TimeToRespawn: string
    XPRange: string