Interface IAttachment

interface IAttachment {
    filename: string;
    height?: number;
    id: string;
    proxy_url: string;
    size: number;
    url: string;
    width: number;
}

Properties

filename: string
height?: number
id: string
proxy_url: string
size: number
url: string
width: number

Generated using TypeDoc