seyfert
    Preparing search index...

    Function GroupsT

    • Parameters

      • groups: Record<
            string,
            {
                aliases?: string[];
                defaultDescription: string;
                description?: FlatObjectKeys<DefaultLocale>;
                name?: FlatObjectKeys<DefaultLocale>;
            },
        >

      Returns <T extends new (...args: any[]) => object>(
          target: T,
      ) => { prototype: __type<any>; new (...args: any[]): __type<T> } & T