height-app-api > NotionDocumentLinkObject
NotionDocumentLinkObject type
Signature:
export type NotionDocumentLinkObject = {
url: string;
metadata: {
type: 'notionDocument';
pageId: string;
};
};
height-app-api > NotionDocumentLinkObject
Signature:
export type NotionDocumentLinkObject = {
url: string;
metadata: {
type: 'notionDocument';
pageId: string;
};
};