import { HookList } from './HookList' import Table from '@/components/to-be-cleaned/Table' interface SchemaTableProps { schema: string filterString: string } export const SchemaTable = ({ schema, filterString }: SchemaTableProps) => { return (
schema

{schema}

Name

Table Events Webhook } body={} /> ) }