Interface Service

interface Service {
    id?: string;
    provider?: string;
}

Properties

Properties

id?: string
provider?: string