5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
export interface NotifInfo {
|
|
author: string;
|
|
title: string;
|
|
content: string;
|
|
} |