export type CustomAttributesAdapted = Record | null | string; export type AdaptCustomAttributes = (attributes: string) => CustomAttributesAdapted;