Interface ServiceData

interface ServiceData {
    model: string;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

Properties

model: string