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