🎨 Use consistent naming (#2029)

This commit is contained in:
Warren Seine 2020-08-14 20:14:22 +02:00 committed by GitHub
parent 009eba6315
commit 4644ca1778
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 25 deletions

View file

@ -52,8 +52,8 @@ export type SocketUpdateDataSource = {
MOUSE_LOCATION: {
type: "MOUSE_LOCATION";
payload: {
socketID: string;
pointerCoords: { x: number; y: number };
socketId: string;
pointer: { x: number; y: number };
button: "down" | "up";
selectedElementIds: AppState["selectedElementIds"];
username: string;