Raw File
export interface DocumentContents {
  title: string;
  contents: string;
}
back to top