Interface iGetExternalCallSuccessResponse

interface iGetExternalCallSuccessResponse {
    key: string;
    timestamp: number;
}

Implemented by

Properties

Properties

key: string
timestamp: number