import { Paste } from "../Paste"; export interface IPasteStruct { url: string; editCode: string; paste?: Paste; }