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

    Type Alias BSBPluginConfigType

    BSBPluginConfigType: z.ZodTypeAny | undefined

    The definition of the config with zod validation

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