UnlyEd/next-right-now-admin

View on GitHub
src/types/admin/FieldProps.ts

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react';

/**
 * TODO All "any" types are unknown
 *
 * See https://marmelab.com/react-admin/List.html
 */
export type FieldProps = {
  source: string;
};