Actually, the message format is LLSD notation not python (d'oh)
This commit is contained in:
9
lib/classes/llsd/LLSDTokenContainer.ts
Normal file
9
lib/classes/llsd/LLSDTokenContainer.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { LLSDToken } from './LLSDToken';
|
||||
import { LLSDTokenGenerator } from './LLSDTokenGenerator';
|
||||
|
||||
export interface LLSDTokenContainer
|
||||
{
|
||||
tokens: LLSDToken[];
|
||||
index: number;
|
||||
gen: LLSDTokenGenerator;
|
||||
}
|
||||
Reference in New Issue
Block a user