• Parameters

    • queriesParams: (undefined | {
          appId: string;
          appBranchId: string;
          appBranchProfile?: string;
      })[]

    Returns (undefined | ApiQuery<{
        appId: string;
        appBranchId: string;
        appBranchProfile?: string;
    }, AppBranchStateInvalidQueryData, AppBranchStateValidQueryData>)[]