// "document" is an alias for "customType"
export { customType as document } from "./customType"
export type { MockCustomTypeValueConfig as MockDocumentValueConfig } from "./customType"
