UNPKG

@remcostoeten/fync

Version:

A unified TypeScript library for easy access to popular APIs (GitHub, Spotify, GitLab, etc.)

6 lines 134 B
export type TBaseEntity = { id: number; createdAt: string; updatedAt: string; }; //# sourceMappingURL=base-entity.d.ts.map