Skip to content

Instantly share code, notes, and snippets.

@newerton
Created September 20, 2022 16:32
Show Gist options
  • Save newerton/586deb510fa6c9386052d0c7df44f352 to your computer and use it in GitHub Desktop.
Save newerton/586deb510fa6c9386052d0c7df44f352 to your computer and use it in GitHub Desktop.
import { Book } from '../entities';
export class CreateBookResponseDto {
success: boolean;
createdBook: Book;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment