Type Alias DenormalizedError

DenormalizedError: {
    [k: string]: DenormalizedError | string[];
}