Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/feomasto/priv/deps.ts>args.types.Ok

Sync posts from Mastodon into FeoBlog
Go to Latest
interface args.types.Ok
import { type args } from "https://deno.land/x/feomasto@v0.1.0/priv/deps.ts";
const { Ok } = args.types;

Success variant of Result

Type Parameters

Value

Type of value

Properties

readonly
tag: true

Discriminant

readonly
value: Value

Value

readonly
optional
error: null

Error