crra/database/SoftInquiry.ts

8 lines
240 B
TypeScript
Raw Normal View History

2024-03-25 15:12:04 -04:00
import Inquiry from "./Inquiry";
/**
* SoftInquiry is a class which extends Inquiry.
* Structure is performed this way to have two separate collections for Hard and Soft inquiries.
*/
export default class SoftInquiry extends Inquiry {}