auth module controllers carried

This commit is contained in:
2025-07-26 21:51:27 +03:00
parent 2e10de9758
commit f39dc541e1
58 changed files with 745 additions and 527 deletions

View File

@@ -0,0 +1,6 @@
import { IsString } from 'class-validator';
export class userLogoutValidator {
@IsString()
selected_uu_id: string;
}