mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 17:36:26 +02:00
feat(icon_pack): generate icon registry for client
This commit is contained in:
@@ -285,3 +285,14 @@ export interface RenderMarkdownResponse {
|
||||
export interface ToMarkdownResponse {
|
||||
markdownContent: string;
|
||||
}
|
||||
|
||||
export interface IconRegistry {
|
||||
sources: {
|
||||
prefix: string;
|
||||
name: string;
|
||||
icons: {
|
||||
id: string;
|
||||
label: string;
|
||||
}[]
|
||||
}[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user