LoadSettingsCallback: (err: string | null) => any

Type declaration

    • (err: string | null): any
    • Parameters

      • err: string | null

        The error message in the case where the loading or parsing fails.

      Returns any