StaticMethod: (...args: unknown[]) => unknown

Base type for static methods on models. Intentionally generic - specific signatures come from method interfaces. Used by InitializeModelOptions to type the runtime method attachment.

Type declaration

    • (...args: unknown[]): unknown
    • Parameters

      • ...args: unknown[]

      Returns unknown