mirror of
https://gitlab.com/mobicoop/v3/service/auth.git
synced 2026-09-16 09:09:51 +00:00
delete username usecase
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { IsNotEmpty, IsString } from 'class-validator';
|
||||
|
||||
export class DeleteUsernameRequestDto {
|
||||
@IsString()
|
||||
@IsNotEmpty()
|
||||
name: string;
|
||||
}
|
||||
Reference in New Issue
Block a user