mirror of
https://github.com/zadam/trilium.git
synced 2025-12-30 12:10:06 +01:00
chore(nx): move all monorepo-style in subfolder for processing
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
import type { OptionRow } from "@triliumnext/commons";
|
||||
|
||||
/**
|
||||
* Response for /api/setup/status.
|
||||
*/
|
||||
export interface SetupStatusResponse {
|
||||
syncVersion: number;
|
||||
schemaExists: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
* Response for /api/setup/sync-seed.
|
||||
*/
|
||||
export interface SetupSyncSeedResponse {
|
||||
syncVersion: number;
|
||||
options: OptionRow[];
|
||||
}
|
||||
Reference in New Issue
Block a user