Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pastedeno/src/lib/interfaces.ts>ICreatePasteBaseOptions

Universal Pastebin client for Deno/Node
Latest
interface ICreatePasteBaseOptions
import { type ICreatePasteBaseOptions } from "https://deno.land/x/pastedeno@0.6.2/src/lib/interfaces.ts";

Properties

optional
text: string
optional
file: string | T
optional
title: string
optional
format: FormatType | string
optional
privacy: PrivacyLevel | number
optional
expiration: ExpirationTime | string | null