TP-55555 | cybertron integration longhorn

This commit is contained in:
varnit goyal
2024-11-06 09:59:46 +05:30
parent 5d2633d406
commit 13b25a13ff

View File

@@ -14,5 +14,6 @@ declare class IAdapter {
setAvailable(): void;
init(): void;
getAgentAvailability(): boolean;
getLatestCallState(): {};
}
export default IAdapter;