Skip to content

SIL ​

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

Syntax ​

ts
type Sil = {
    address: string
    name: string
}

Examples ​

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