API ประวัติการใช้งาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-06 09:48:23 +07:00
parent ab9e9bc941
commit 27bf12fc23
3 changed files with 61 additions and 62 deletions

View file

@ -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 };