BSB Node.js Type Definitions
    Preparing search index...

    Type Alias BSBPluginConfigType

    BSBPluginConfigType: BaseSchema<any, any> | undefined

    The definition of the config with AnyVali validation

    const configDefinition = av.object({
    a: av.string(),
    });