UNPKG

vroom-web-sdk-beta

Version:

VROOM SDK (beta) by True Virtual World

7 lines (5 loc) 141 B
export interface InitVroomOption { debug: string callback: Function } export type InitVroomHandler = (options: InitVroomOption) => void