Skip to content

Commit 3ac6ca8

Browse files
author
Carbon Digital
authored
docs(pipes): Update class to interface
1 parent 9694fe4 commit 3ac6ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ const createCatSchema = Joi.object({
304304
breed: Joi.string().required(),
305305
})
306306

307-
export class CreateCatDto {
307+
export interface CreateCatDto {
308308
name: string;
309309
age: number;
310310
breed: string;

0 commit comments

Comments
 (0)