UNPKG

@sphereon/ssi-sdk.data-store

Version:

7 lines 225 B
import { BaseEntity } from 'typeorm'; export declare class TextAttributesEntity extends BaseEntity { id: string; color?: string; validate(): Promise<undefined>; } //# sourceMappingURL=TextAttributesEntity.d.ts.map