5 lines
134 B
TypeScript
5 lines
134 B
TypeScript
import type { Component } from "../../internals/Component";
|
|
|
|
export interface PageProduct extends Component {
|
|
product: string[],
|
|
} |