Skip to content

Instantly share code, notes, and snippets.

@gdyrrahitis
Created August 9, 2017 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdyrrahitis/00d8b270fdf1334bb2248243ba1a69c8 to your computer and use it in GitHub Desktop.
Save gdyrrahitis/00d8b270fdf1334bb2248243ba1a69c8 to your computer and use it in GitHub Desktop.
Snippets on declaration file for room create event
declare interface CreateRoomEventCallback {
($data: CreateRoomCallbackArgs): void
}
declare interface CreateRoomCallbackArgs {
access: boolean,
roomId?: string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment