import type { InboxApi, NotebookApi } from '@shared/types'; export const inboxApi: InboxApi = window.inkling.inbox; export const notebookApi: NotebookApi = window.inkling.notebook;