Interface Attachment

interface Attachment {
    contentType: null | string;
    filename: string;
    height: null | number;
    id: string;
    proxyUrl: string;
    size: number;
    url: string;
    width: null | number;
}

Properties

contentType: null | string
filename: string
height: null | number
id: string
proxyUrl: string
size: number
url: string
width: null | number

Generated using TypeDoc