Optional_expandable
_expandable?: {
content?: string;
embeddedContent?: string;
mediaToken?: string;
webresource?: string;
} & {
[key: string]: unknown;
}
OptionalmediaToken
mediaToken?: {
collectionIds?: string[];
contentId?: string;
expiryDateTime?: string;
fileIds?: string[];
token?: string;
} & {
[key: string]: unknown;
}
representation
representation:
| "raw"
| "view"
| "storage"
| "export_view"
| "styled_view"
| "editor"
| "editor2"
| "anonymous_export_view"
| "wiki"
| "atlas_doc_format"