# SharePoint Definition Files
This library generates the TypeScript definition files from the $metadata REST endpoint in SharePoint for the [gd-sprest](https://gunjandatta.github.io) library.

## Example
```
import { 
    MS,
    Microsoft,
    OBA,
    PS,
    SP,
    SPO
 } from "gd-sprest-def";
```