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

    Interface IGameDetail

    interface IGameDetail {
        title: string;
        type?: string;
        value: any;
    }
    Index

    Properties

    Properties

    title: string
    type?: string
    value: any