Sonolus Wiki

ItemInfo

ItemInfo provides information of items, and is used by Sonolus app to populate item info view.

Syntax

type ItemInfo<T> = {
    searches?: ServerOptionsSection[]
    sections: ItemSection<T>[]
    banner?: SRL
}

Examples

{
    "searches": [
        // ...
    ],
    "sections": [
        // ...
    ],
    "banner": {
        // ...
    }
}