Can set date of birth and date of death

This commit is contained in:
2023-08-10 09:21:57 +02:00
parent 359dd2f9ee
commit 10e8f339cc
6 changed files with 216 additions and 7 deletions

View File

@ -1,6 +1,6 @@
import { APIClient } from "./ApiClient";
interface NumberConstraint {
export interface NumberConstraint {
min: number;
max: number;
}