Interface AlloraPriceInferenceResponse

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

Properties

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