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

    Interface IAttachment

    interface IAttachment {
        data: any;
        description: string;
        id: string;
        type: "file" | "data";
    }
    Index

    Properties

    Properties

    data: any
    description: string
    id: string
    type: "file" | "data"