@@ -1,6 +1,6 @@
export const RehypeSanitizeOption = {
- RECOMMENDED: 1,
- CUSTOM: 2,
+ RECOMMENDED: 'Recommended',
+ CUSTOM: 'Custom',
} as const;
export type RehypeSanitizeOption = typeof RehypeSanitizeOption[keyof typeof RehypeSanitizeOption];