web services
This commit is contained in:
parent
c0c5aab386
commit
bc80b24cf5
4 changed files with 755 additions and 243 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue