Chameleon
    Preparing search index...

    Interface Entitlement

    interface Entitlement {
        id: string;
        skuId: string;
        applicationId: string;
        userId?: string;
        type: number;
        deleted: boolean;
        startsAt?: number | null;
        endsAt?: number | null;
        guildId?: string;
        consumed?: boolean;
    }
    Index

    Properties

    id: string
    skuId: string
    applicationId: string
    userId?: string
    type: number
    deleted: boolean
    startsAt?: number | null
    endsAt?: number | null
    guildId?: string
    consumed?: boolean