UNPKG

@ginstone/nga-api

Version:

12 lines (11 loc) 261 B
import { BbsCode } from "../../../utils/AttachmentUtils"; export interface AttachmentView { aid?: string; src?: string; url: string; filename: string; extension: string; description?: string; size: number; bbsCodes: BbsCode[]; }