mam-kupi-api/src/links/dto/create-link.dto.ts

4 lines
46 B
TypeScript

export class CreateLinkDTO {
url: string;
}