Documentation
    Preparing search index...

    Function getAllDynamicFields

    • A helper to fetch all dynamic field pages. We need that to fetch the kiosk DFs consistently, until we have RPC calls that allow filtering of Type / batch fetching of spec

      Parameters

      Returns Promise<
          {
              fieldId: string;
              name: DynamicFieldName;
              type: string;
              valueType: string;
          }[],
      >