/** * @author songxiwen * @date 2020/10/15 16:06 */ import { LocalizationContents } from '../../../../type/database'; export declare type IconType = { id: string; name: LocalizationContents; updatedAt: Date; createdAt: Date; fileKey: string; kitId: string; kitCategoryId: string; iconStyleId: string; width: number; height: number; size: number; }; export declare type IconStyleType = { id: string; name: LocalizationContents; createdAt: Date; updatedAt: Date; isEnabled: boolean; weight: number; };