DocumentationTypesCommonFuncFunc 🚫Deprecated Represents a function with a return type, T. export type Func<T> = (...args: any[]) => T;FrameworkJobStatus