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.FlaggedCommandReturn

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

Type of value of FlaggedCommand

Type Parameters

MainVal

Type of main dictionary

NextKey extends string

Type of flag name

NextVal

Type of flag value

definition: CommandReturn.Main<MainVal & Record<NextKey, NextVal>>