UNPKG

@randombenj/db

Version:

Display, search and copy LXD-images using a web interface.

9 lines (8 loc) 192 B
import { BaseEntity } from 'typeorm'; import { Image } from '.'; export declare class Alias extends BaseEntity { id: number; name: string; description: string; image: Image; }