type-fest alias

This commit is contained in:
Alex Gleason
2024-05-01 16:16:19 -05:00
parent 3513206de1
commit 973791cde1
5 changed files with 6 additions and 4 deletions

View File

@@ -2,11 +2,12 @@ import { NostrEvent, NostrFilter } from '@nostrify/nostrify';
import Debug from '@soapbox/stickynotes/debug';
import { type Context, HTTPException } from 'hono';
import { EventTemplate } from 'nostr-tools';
import * as TypeFest from 'type-fest';
import { z } from 'zod';
import { type AppContext } from '@/app.ts';
import { Conf } from '@/config.ts';
import { parseFormData, type TypeFest } from '@/deps.ts';
import { parseFormData } from '@/deps.ts';
import * as pipeline from '@/pipeline.ts';
import { AdminSigner } from '@/signers/AdminSigner.ts';
import { APISigner } from '@/signers/APISigner.ts';