/**
 * Generated by Kubb (https://kubb.dev/).
 * Do not edit manually.
 */

export type EnumArrayEnum2 = 'NW' | 'NE' | 'SW' | 'SE'

export type enumArray = EnumArrayEnum2[]
