feat: continuing to work on implementing records methods

This commit is contained in:
StevanFreeborn
2023-02-10 00:49:50 -06:00
parent fde8b50717
commit 6ba77ce1d4
14 changed files with 494 additions and 105 deletions
+4
View File
@@ -0,0 +1,4 @@
export enum DelegateType {
External = 'External',
Internal = 'Internal',
}