docs: 📝 More work on JSDoc

This commit is contained in:
Jesse Wierzbinski 2024-06-12 22:52:03 -10:00
parent 527137f279
commit c3271ba264
No known key found for this signature in database
8 changed files with 205 additions and 52 deletions

View file

@ -7,7 +7,7 @@ import {
MediaBackendType,
MediaHasher,
S3MediaBackend,
} from "..";
} from "../index";
import { MediaConverter } from "../media-converter";
type DeepPartial<T> = {