API ประวัติการใช้งาน
This commit is contained in:
parent
ab9e9bc941
commit
27bf12fc23
3 changed files with 61 additions and 62 deletions
|
|
@ -18,4 +18,12 @@ interface ResApiName {
|
|||
pathApi: string;
|
||||
}
|
||||
|
||||
export type { ResListWebServices, ResApiName };
|
||||
interface ResApHistory {
|
||||
apiKey: string;
|
||||
apiName: string;
|
||||
createdAt: Date;
|
||||
id: string;
|
||||
ipApi: string;
|
||||
}
|
||||
|
||||
export type { ResListWebServices, ResApiName, ResApHistory };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue