export interface blogInterface { key: string, id:number, blogtitle: string, create_at: Date, readnum: number, readminite: number, wordcount: number, img: string, blogcontent: string, typename: string, labelnames: string } export interface classticInterface { key: string, id?: number, header: string, text: string, descr: string } export interface comLinkInterface { key: string, id?: number, linktext: string, linkurl: string, descr: string } export interface typeInterface { key: string, id?: number, typename: string, descr: string } export interface labelInterface { key: string, id?: number, labelname: string, descr: string }