interface Figure {
    data?: string | unknown[];
    fetchOptions?: FigureFetchOptionsAggs | FigureFetchOptionsBuckets;
    params: Record<string, any>;
    slots?: number[];
    type: string;
}

Properties

data?: string | unknown[]
fetchOptions?: FigureFetchOptionsAggs | FigureFetchOptionsBuckets
params: Record<string, any>
slots?: number[]
type: string

Generated using TypeDoc