mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-05 06:34:24 +01:00
type-fest alias
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import * as TypeFest from 'type-fest';
|
||||
|
||||
import { UnattachedMedia } from '@/db/unattached-media.ts';
|
||||
import { type TypeFest } from '@/deps.ts';
|
||||
|
||||
type DittoAttachment = TypeFest.SetOptional<UnattachedMedia, 'id' | 'pubkey' | 'uploaded_at'>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user