ConfigureAppCallback: (err: string | null) => void

Type declaration

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

      • err: string | null

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

      Returns void