CIA Compliance Manager API Documentation - v0.8.35
    Preparing search index...
    • Hook that provides access to the CIA data provider

      Returns {
          dataProvider: CIADataProvider | null;
          error: Error | null;
          isLoading: boolean;
          refreshDataProvider: () => Promise<void>;
      }

      An object containing the data provider, loading state, and error