STANEK: Add FragmentType to NS Enums (#2341)

This commit is contained in:
Adam Weeden
2025-10-13 11:57:19 -04:00
committed by GitHub
parent 2dfc2126df
commit 0335d8bc70
5 changed files with 8 additions and 4 deletions

View File

@@ -7,5 +7,5 @@
**Signature:**
```typescript
type: number;
type: FragmentType;
```