update time_interval description

This commit is contained in:
Omar Khan
2023-01-09 18:13:18 -05:00
parent f3d6bd4be4
commit 8cdeb2ba99

View File

@@ -92,6 +92,9 @@ export interface AMMInfoResponse extends BaseResponse {
*/
price: Amount
/**
* Total slot time of 24-hours is divided into 20 equal time intervals.
*/
time_interval: number
}