Interface SearchEntitlementsOptions

interface SearchEntitlementsOptions {
    after?: string;
    before?: string;
    excludeEnded?: boolean;
    guildID?: string;
    limit?: number;
    skuIDs?: string[];
    userID?: string;
}

Properties

after?: string
before?: string
excludeEnded?: boolean
guildID?: string
limit?: number
skuIDs?: string[]
userID?: string