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.