UNPKG

@randombenj/db

Version:

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

9 lines (8 loc) 262 B
import { BaseEntity } from 'typeorm'; import { OperatingSystemArchitecture } from '.'; export declare class Architecture extends BaseEntity { id: number; processorName: string; humanName: string; osArchitectures: OperatingSystemArchitecture[]; }