/** * Created by NL on 6/27/23. */ export interface BaseEntity { id: string; } //# sourceMappingURL=base.d.ts.map