vicky469_aside/shared/sideNotePromptPolicy.d.ts

7 lines
195 B
TypeScript

export const SIDE_NOTE_ATTACHMENT_FOLDER: string;
export function buildSideNotePrompt(options: {
promptText: string;
rootLabel?: string | null;
rootPath?: string | null;
}): string;