import {ReferenceEntityTemplateSchema} from '@shopify/generate-docs'

const data: ReferenceEntityTemplateSchema = {
  name: 'useProductLists',
  category: 'hooks',
  subCategory: 'product',
  isVisualComponent: false,
  related: [],
  description:
    'The `useProductLists` hook fetches all the users product lists.',
  type: 'hook',
  defaultExample: {
    codeblock: {
      tabs: [
        {
          code: './useProductLists.example.tsx',
          language: 'tsx',
        },
      ],
      title: 'Example code',
    },
  },
  definitions: [
    {
      title: '',
      type: 'UseProductListsGeneratedType',
      description: '',
    },
  ],
}

export default data
