Interface AlloraPriceInferenceResponse

interface AlloraPriceInferenceResponse {
    code?: string;
    message?: string;
    priceInference?: string;
    status: "error" | "success";
    timeframe?: string;
    tokenSymbol?: string;
}

Properties

code?: string
message?: string
priceInference?: string
status: "error" | "success"
timeframe?: string
tokenSymbol?: string