mirror of
https://github.com/vicky469/aside.git
synced 2026-07-22 17:42:04 +00:00
7 lines
195 B
TypeScript
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;
|