mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
feat(react): port bookmark switch
This commit is contained in:
@@ -155,3 +155,10 @@ export interface OpenAiOrAnthropicModelResponse {
|
||||
type: string;
|
||||
}>;
|
||||
}
|
||||
|
||||
export type ToggleInParentResponse = {
|
||||
success: true;
|
||||
} | {
|
||||
success: false;
|
||||
message: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user