Group dialog instance ref, edit post button padding

This commit is contained in:
Natsumi
2025-09-27 09:06:49 +12:00
parent 7eb7eedd30
commit 81a51ad2fa
3 changed files with 4 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ export type GetInstance = (params: {
instanceId: string;
}) => Promise<{
json: GetInstanceResponse;
ref: GetInstanceResponse;
params: { worldId: string; instanceId: string };
}>;