mirror of
https://github.com/YuzuZensai/VRC-Circle.git
synced 2026-09-13 19:08:52 +00:00
✨ feat: World Discovery
This commit is contained in:
@@ -45,3 +45,9 @@ export interface FavoriteWorldFolder {
|
||||
displayName: string;
|
||||
worldIds: string[];
|
||||
}
|
||||
|
||||
export interface DiscoverCategory {
|
||||
id: string;
|
||||
name: string;
|
||||
worlds: World[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user