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