@sphereon/ssi-sdk.data-store
Version:
9 lines • 337 B
TypeScript
import { BaseEntity } from 'typeorm';
import { ImageAttributesEntity } from './ImageAttributesEntity';
export declare class BackgroundAttributesEntity extends BaseEntity {
id: string;
color?: string;
image?: ImageAttributesEntity;
validate(): Promise<undefined>;
}
//# sourceMappingURL=BackgroundAttributesEntity.d.ts.map