Hierarchy

  • ActiveRecord
    • Book

Constructors

Properties

Constructors

Properties

author: User & Reference<{}>
id?: number & PrimaryKey & AutoIncrement
tags: Tag[] & BackReference<{
    via: typeof BookTag;
}> = []
title: string

Generated using TypeDoc