philia
    Preparing search index...

    Type Alias type

    type: {
        [key: string]: () => Promise<
            {
                Project: new (
                    ...args: ConstructorParameters<typeof Project>,
                ) => Project & typeof Project;
            },
        >;
    }

    Type declaration

    • [key: string]: () => Promise<
          {
              Project: new (
                  ...args: ConstructorParameters<typeof Project>,
              ) => Project & typeof Project;
          },
      >