Type alias Tag

Tag: {
    created_at: string;
    id: number;
    morphable_id: number;
    morphable_type: string;
    title: string;
    updated_at: string;
}

Type declaration

  • created_at: string
  • id: number
  • morphable_id: number
  • morphable_type: string
  • title: string
  • updated_at: string

Generated using TypeDoc