mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 13:56:07 +02:00
refactor: src/types
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
// API Types
|
||||
export * from './api/user';
|
||||
export * from './api/friend';
|
||||
export * from './api/avatar';
|
||||
export * from './api/world';
|
||||
export * from './api/instance';
|
||||
export * from './api/group';
|
||||
export * from './api/favorite';
|
||||
|
||||
// Common Types
|
||||
export * from './common';
|
||||
|
||||
// Global Types
|
||||
export * from './globals';
|
||||
Reference in New Issue
Block a user