UNPKG

@sphereon/ssi-sdk.data-store

Version:

7 lines 210 B
import { BaseEntity } from 'typeorm'; export declare class ImageDimensionsEntity extends BaseEntity { id: string; width: number; height: number; } //# sourceMappingURL=ImageDimensionsEntity.d.ts.map