interface AttachmentContainer {
    _expandable: {
        ancestors: string;
        body: string;
        childTypes: string;
        children: string;
        container: string;
        descendants: string;
        history: string;
        metadata: string;
        operations: string;
        restrictions: string;
        schedulePublishDate: string;
        space: string;
        version: string;
    };
    _links: GenericLinks;
    extensions: {
        position: number;
    };
    id: string;
    macroRenderedOutput: any;
    status: string;
    title: string;
    type: "string" | "page";
}

Properties

_expandable: {
    ancestors: string;
    body: string;
    childTypes: string;
    children: string;
    container: string;
    descendants: string;
    history: string;
    metadata: string;
    operations: string;
    restrictions: string;
    schedulePublishDate: string;
    space: string;
    version: string;
}

Type declaration

  • ancestors: string
  • body: string
  • childTypes: string
  • children: string
  • container: string
  • descendants: string
  • history: string
  • metadata: string
  • operations: string
  • restrictions: string
  • schedulePublishDate: string
  • space: string
  • version: string
_links: GenericLinks
extensions: {
    position: number;
}

Type declaration

  • position: number
id: string
macroRenderedOutput: any
status: string
title: string
type: "string" | "page"

Generated using TypeDoc v0.25.12