zmiany cd
This commit is contained in:
@@ -222,6 +222,35 @@ export interface ShoppingListExpenseItem {
|
||||
[key: string]: unknown;
|
||||
}
|
||||
|
||||
|
||||
export interface AdminSystemInfo {
|
||||
appName: string;
|
||||
suiteVersion: string;
|
||||
apiVersion: string;
|
||||
webVersion: string;
|
||||
nodeVersion: string;
|
||||
environment: string;
|
||||
database: string;
|
||||
uploadDir: string;
|
||||
registrationEnabled: boolean;
|
||||
smtpConfigured: boolean;
|
||||
counters: {
|
||||
users: number;
|
||||
expenses: number;
|
||||
categories: number;
|
||||
merchants: number;
|
||||
budgets: number;
|
||||
recurring: number;
|
||||
shoppingIntegrations: number;
|
||||
};
|
||||
sources: {
|
||||
appRepository: string;
|
||||
shoppingListRepository: string;
|
||||
apiBasePath: string;
|
||||
};
|
||||
checkedAt: string;
|
||||
}
|
||||
|
||||
export interface ShoppingListTemplate {
|
||||
id: string;
|
||||
name?: string;
|
||||
|
||||
Reference in New Issue
Block a user