Actually, the message format is LLSD notation not python (d'oh)
This commit is contained in:
3
lib/classes/llsd/LLSDTokenGenerator.ts
Normal file
3
lib/classes/llsd/LLSDTokenGenerator.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { LLSDToken } from './LLSDToken';
|
||||
|
||||
export type LLSDTokenGenerator = () => LLSDToken | undefined;
|
||||
Reference in New Issue
Block a user