UNPKG

@cranberry-money/shared-types

Version:

Shared TypeScript type definitions for Blueberry platform

6 lines 132 B
export interface BaseEntity { uuid: string; createdAt: string; updatedAt: string; } //# sourceMappingURL=common.d.ts.map