export interface CreateInspectionPointResultCommand { inspectionId: string; inspectionPointId: string; value: string; }