import { IsString } from 'class-validator'; export class GiteaHookPayloadDto { @IsString() ref: string; @IsString() after: string; }