interface AttachmentMetadata {
    _expandable: {
        comments: string;
        currentuser: string;
        frontend: string;
        likes: string;
        properties: string;
        simple: string;
    };
    comment: string;
    labels: {
        _links: GenericLinks;
        limit: number;
        results: string[];
        size: number;
        start: number;
    };
    mediaType: string;
}

Properties

_expandable: {
    comments: string;
    currentuser: string;
    frontend: string;
    likes: string;
    properties: string;
    simple: string;
}

Type declaration

  • comments: string
  • currentuser: string
  • frontend: string
  • likes: string
  • properties: string
  • simple: string
comment: string
labels: {
    _links: GenericLinks;
    limit: number;
    results: string[];
    size: number;
    start: number;
}

Type declaration

  • _links: GenericLinks
  • limit: number
  • results: string[]
  • size: number
  • start: number
mediaType: string

Generated using TypeDoc v0.25.12