UNPKG

vroom-web-sdk-beta

Version:

VROOM SDK (beta) by True Virtual World

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