web services

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-29 10:03:38 +07:00
parent c0c5aab386
commit bc80b24cf5
4 changed files with 755 additions and 243 deletions

View file

@ -21,4 +21,14 @@ interface ListApi {
value: string;
}
export type { ListWebServices, ListApi };
interface ItemsDropdown {
labal: string;
val: string;
}
interface DataOption {
id: string;
name: string;
}
export type { ListWebServices, ListApi, DataOption, ItemsDropdown };