export interface IPasteCreatingOptions { content: string; customEditCode?: string; customUrl?: string; }