Interface IGraffitiAttachmentPayload

interface IGraffitiAttachmentPayload {
    access_key?: string;
    height?: number;
    id: number;
    owner_id: number;
    url?: string;
    width?: number;
}

Properties

access_key?: string
height?: number
id: number
owner_id: number
url?: string
width?: number

Generated using TypeDoc