Skip to content

Instantly share code, notes, and snippets.

@SergeyMell
Created July 30, 2020 22:12
Show Gist options
  • Save SergeyMell/0fe0542db6fe20e5549659beaafc4f0b to your computer and use it in GitHub Desktop.
Save SergeyMell/0fe0542db6fe20e5549659beaafc4f0b to your computer and use it in GitHub Desktop.
import { ResourceWithOptions } from 'admin-bro';
import { User } from '../../users/entities/user.entity';
const UserResource: ResourceWithOptions = {
resource: User,
options: {},
};
export default UserResource;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment