Clarify variable names and wording

This commit is contained in:
Ginger 2025-02-16 12:01:20 -05:00
parent 68ac194ed5
commit 514c75e0b5
6 changed files with 22 additions and 22 deletions

View file

@ -7,7 +7,7 @@ import { createUploadAtomFamily } from '../upload';
import { TUploadContent } from '../../utils/matrix';
export type TUploadMetadata = {
spoiled: boolean;
markedAsSpoiler: boolean;
};
export type TUploadItem = {