Created
March 14, 2017 09:54
-
-
Save brakmic/df3958f0ce0056452fa063152dfa3a50 to your computer and use it in GitHub Desktop.
IVrModule interface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface IVrModule { | |
id: string; | |
name: string; | |
type: VrModuleType; | |
markup: string; | |
scripts?: string[]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment