Skip to content

Commit e27dc19

Browse files
committed
docs: format
1 parent 3d8580c commit e27dc19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ async function bootstrap(): Promise<void> {
5050
```ts
5151
// user.type.ts
5252

53+
import { ResponsePayloadType } from 'nestjs-response-structure'
54+
5355
@ObjectType({ isAbstract: true })
5456
class UserPayloadType {
5557
@Field(() => ID)

0 commit comments

Comments
 (0)