UNPKG

@euk-labs/nest-beltz

Version:

9 lines 566 B
/** * The HTTP 200 OK success status response code indicates that the request has succeeded. A 200 response is cacheable by default. * * The common use case for this decorator is to indicate that the login was successful. * * @see [200](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/200) */ export declare function ApiLogin(identifier?: string, secret?: string): <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor<Y>) => void; //# sourceMappingURL=login.decorator.d.ts.map