UNPKG

@jescrich/nestjs-workflow

Version:
7 lines (6 loc) 220 B
declare const OnStatusChanged: <S>(params: { from: S; to: S; failOnError?: boolean; }) => (target: any, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor; export { OnStatusChanged };