Skip to content

Instantly share code, notes, and snippets.

@saeedhajinasiri
Created April 15, 2021 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saeedhajinasiri/8c920ddb72b9efe5bf6d2fa02590bcd2 to your computer and use it in GitHub Desktop.
Save saeedhajinasiri/8c920ddb72b9efe5bf6d2fa02590bcd2 to your computer and use it in GitHub Desktop.
export class CreateBookDTO {
readonly id: number;
readonly title: string;
readonly description: string;
readonly author: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment