@logixjs/core
    Preparing search index...

    Function makeActions

    • Type Parameters

      • M extends Record<string, Schema<any, any, any>>

      Parameters

      • schemas: M
      • Optionaloptions: {
            source?: DevSource;
            sources?: Partial<Record<Extract<keyof M, string>, DevSource>>;
        }

      Returns {
          readonly [K in string | number | symbol]: ActionToken<
              Extract<K, string>,
              Type<M[K]>,
              M[K],
          >
      }