// SPDX-License-Identifier: Apache-2.0

export type Primitive = string | number | boolean | null;
