route-schema
v0.1.13
Published
```js import sc from 'route-schema';
Downloads
2
Readme
Usage
import sc from 'route-schema';
const data = {
id: 'u1',
name: 'yasin',
schools: [
{
id: 's1',
name: 'MRC',
},
{
id: 's2',
name: 'KRT',
manager: {
id: 'u2',
name: 'osman',
},
},
],
};
Author
👤 yasintz
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator