mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-16 21:33:51 +02:00
Refactor Discord RPC
This commit is contained in:
1
src/types/api/world.d.ts
vendored
1
src/types/api/world.d.ts
vendored
@@ -3,6 +3,7 @@ import { BaseWorld } from '../common';
|
||||
// API functions
|
||||
export type GetWorld = (params: { worldId: string }) => Promise<{
|
||||
json: GetWorldResponse;
|
||||
ref: any;
|
||||
params: { worldId: string };
|
||||
}>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user