ArgumentConstructor: new (
    ...args: ConstructorParameters<typeof argument>,
) => argument<T> & Pick<
    typeof argument,
    "performCast"
    | "performCastFromInteraction",
>

Type Parameters

  • T = unknown
MMNEPVFCICPMFPCPTTAAATR