Can attach file to movement

This commit is contained in:
2025-04-28 21:08:25 +02:00
parent ee145dab4f
commit 211c81dd66
5 changed files with 164 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ export interface ServerConstraints {
token_max_inactivity: LenConstraint;
account_name: LenConstraint;
movement_label: LenConstraint;
file_allowed_types: string[];
}
export interface LenConstraint {