Type alias Attachment

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

Type declaration

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

Generated using TypeDoc