interface ServiceData {
    data: number[];
    service: string;
}

Properties

Properties

data: number[]
service: string

Generated using TypeDoc