FunctionType type
The property decorator a decorator factory hands back.
Signature:
export type FunctionType = (...args: any[]) => any;
Remarks
Loose on purpose: it stands for the decorator returned by ColumnIndex and NullableIndex when either is called with options, whose exact parameter list differs between TypeScript's legacy and current decorator emit.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.