UnlyEd/next-right-now-admin

View on GitHub
src/types/RichText.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type RichText = {
  html?: string;
  markdown?: string;
  raw?: object;
  text?: string;
}