mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-17 12:43:13 +02:00
6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
import { IsNotEmpty } from "class-validator";
|
|
|
|
export class SharePasswordDto {
|
|
password: string;
|
|
}
|