Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

FutureStock

Representation of a Future Stock FutureStock

export interface FutureStock {
	'date'?: string;
	'formattedDate'?: string;
	'stock'?: Stock;
}

Properties

NameRequiredTypeDescription
dateOptionalstringDate of future stock {string} FutureStock
formattedDateOptionalstringDate of future stock expressed in text value {string} FutureStock
stockOptionalStock{Stock} FutureStock

Referenced Types

On this page