/** * */ export type UpdateDataAttributeRequestBody = { options: { value?: string | undefined; }[]; } | unknown;