Accompanying changes

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2022-07-30 10:06:28 +02:00
parent 02aaa06cb3
commit 2537088099
8 changed files with 28 additions and 30 deletions

View File

@@ -27,10 +27,10 @@ import { useModalTriggerState } from "../Modal";
interface RageShakeSubmitOptions {
description: string;
roomId: string;
label: string;
roomId?: string;
label?: string;
sendLogs: boolean;
rageshakeRequestId: string;
rageshakeRequestId?: string;
}
export function useSubmitRageshake(): {