import { NonEmptyArray } from '../../types/utility'; export type BatchResultEntry = { code: number; body: Record; }; export type NotEmptyArrayOfBatchResults = NonEmptyArray;