Created
July 30, 2020 22:12
-
-
Save SergeyMell/0fe0542db6fe20e5549659beaafc4f0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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