videosphere
    Preparing search index...

    Type Alias PlatformUploadRowDocumentInput

    PlatformUploadRowDocumentInput: Omit<PlatformUploadDocumentStored, "tags"> & {
        tags: string[];
    }

    Writable tags for create-input; same shape as persisted document fields (without job id / platform). Defined here so routes can validate serialized size without importing storage-backed repositories.