UNPKG

@impler/shared

Version:

Reusable types and classes to shared between apps and libraries

9 lines 206 B
export interface IUserJobMapping { _id: string; key: string; name: string; isRequired: boolean; path: string; _jobId: string; } //# sourceMappingURL=UserJobMapping.interface.d.ts.map