UNPKG

psyduck-plugin-quotes

Version:
9 lines (8 loc) 176 B
import { User } from './User'; export declare class UserQuote { id: number; content: string; capturerId: string; captureTime: string; user: User; }