Type Alias Row<TSchema>

Row<TSchema>: FC<{
    entity: z.infer<TSchema>;
}>

Row component is used to perform an action on a single row.

Type Parameters

  • TSchema extends WithIdentitySchema

Type declaration