Skip to content

NotesManager

type NotesManager = {
get: (sheetName: string) => Note[];
};
PropertyType
get(sheetName: string) => Note[]