Skip to content

Instantly share code, notes, and snippets.

@teomanofficial
Created November 16, 2023 17:50
Show Gist options
  • Save teomanofficial/16342164cfe9a1051fb04b3e8b96df8d to your computer and use it in GitHub Desktop.
Save teomanofficial/16342164cfe9a1051fb04b3e8b96df8d to your computer and use it in GitHub Desktop.
ProductsStateModel
export interface ProductsStateModel {
skip: number;
limit: number;
total: number;
products: ProductModel[];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment