@captorab/openseries-ts - v1.0.0
    Preparing search index...

    Type Alias CaptorSeriesResponse

    type CaptorSeriesResponse = {
        currency?: string;
        dates: string[];
        id: string;
        title: string | null;
        values: number[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    currency?: string
    dates: string[]
    id: string
    title: string | null
    values: number[]