interface ProductListOptions {
    categoria?: string;
    cod?: string;
    nome?: string;
    page?: number;
}

Properties

categoria?: string
cod?: string
nome?: string
page?: number