Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface IValidateKeyData

    Data retrieved with a correct API Key

    IValidateKeyData

    interface IValidateKeyData {
        email: string;
        isPremium: boolean;
        isSupporter: boolean;
        name: string;
        profileUrl: string;
        userId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    email: string
    isPremium: boolean
    isSupporter: boolean
    name: string
    profileUrl: string
    userId: number