Sonolus Wiki

SIL

SIL (Sonolus Item Locator) provides information of an item for Sonolus app to locate and load it.

Syntax

type Sil = {
    address: string
    name: string
}

Examples

{
    "address": "https:// ...",
    "name": "..."
}