Renacer Social, the app

types.ts 72B

1234
  1. export interface Category {
  2. name: string;
  3. listItems: string[];
  4. }