forked from Yara724/api
YARA-947, YARA-1038
This commit is contained in:
@@ -6,6 +6,7 @@ export const EXTERNAL_INQUIRY_TYPES = [
|
||||
"sheba",
|
||||
"drivingLicense",
|
||||
"carOwnership",
|
||||
"vinChassis",
|
||||
] as const;
|
||||
|
||||
export type ExternalInquiryType = (typeof EXTERNAL_INQUIRY_TYPES)[number];
|
||||
@@ -21,6 +22,7 @@ export const DEFAULT_EXTERNAL_INQUIRY_FLAGS: Record<
|
||||
sheba: false,
|
||||
drivingLicense: false,
|
||||
carOwnership: false,
|
||||
vinChassis: false,
|
||||
};
|
||||
|
||||
export type ExternalInquiryFlags = Record<ExternalInquiryType, boolean>;
|
||||
|
||||
Reference in New Issue
Block a user