Interface BugtrackerAttachment

interface BugtrackerAttachment {
    type: "doc" | "photo";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

type: "doc" | "photo"

Generated using TypeDoc