mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 05:43:51 +02:00
Group dialog instance ref, edit post button padding
This commit is contained in:
1
src/types/api/instance.d.ts
vendored
1
src/types/api/instance.d.ts
vendored
@@ -6,6 +6,7 @@ export type GetInstance = (params: {
|
||||
instanceId: string;
|
||||
}) => Promise<{
|
||||
json: GetInstanceResponse;
|
||||
ref: GetInstanceResponse;
|
||||
params: { worldId: string; instanceId: string };
|
||||
}>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user