// SPDX-License-Identifier: Apache-2.0

export type PrimitiveArray = string[] | number[] | boolean[];
