/** Alias type containing all supported primitive types. */ export type PrimitiveTypes = string | number | Date | boolean | null; //# sourceMappingURL=primitive.types.interface.d.ts.map