Interface GetProductsVariables

interface GetProductsVariables {
    after?: string;
    filter: {
        group?: {
            id: string;
        };
        id?: string;
    };
    first?: number;
}

Properties

Properties

after?: string
filter: {
    group?: {
        id: string;
    };
    id?: string;
}
first?: number