Alokai

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