nix store log

This commit is contained in:
IDONTSUDO 2023-12-14 23:04:45 +03:00
parent 5d0e5f7f1c
commit 0d140e58ca
13 changed files with 81 additions and 46 deletions

View file

@ -5,7 +5,7 @@ export interface Routes {
}
export interface IRouteModel {
validationModel: any;
validationModel?: any;
url: string;
databaseModel: any;
databaseModel?: any;
}