This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-24 15:57:23 +07:00
parent 5246a694d4
commit 53fc2493e3
9 changed files with 100 additions and 45 deletions

View file

@ -2,6 +2,8 @@ interface dataPost {
cardId: string;
firstName: string;
lastName: string;
page: number;
pageSize: number;
}
interface DataOption {