interface ProductService {
    methods: string[];
    name: string;
}

Properties

Properties

methods: string[]
name: string