Skip to content

Commit 521c360

Browse files
chore(develop): sync types to dmgincs/nestjs-api
1 parent 00ee740 commit 521c360

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/admin/IssuedStrikeResponse.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,3 @@ export class IssuedStrikeResponseDro {
4848
/** Whether the strike can be appealed */
4949
appealable: boolean | null;
5050
}
51-
52-
export class IssuedStrikeForMemberResponseDro extends IssuedStrikeResponseDro {
53-
/** Whether the member can appeal the strike */
54-
appealable: boolean;
55-
}

0 commit comments

Comments
 (0)