Fix redundant jsdoc in algoliasearch (#48186)

The lint rule was crashing before, so was not reporting the error.
This commit is contained in:
Nathan Shively-Sanders 2020-09-25 12:11:50 -07:00 committed by GitHub
parent a4f820e81f
commit d3ca310d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1374,22 +1374,16 @@ declare namespace algoliasearch {
objectID?: string;
}
/**
*/
interface MultiObjectTask {
objectIDs: string[];
taskID: number;
}
/**
*/
interface UpdateIndexTask {
updatedAt: string;
taskID: number;
}
/**
*/
interface BatchTask {
objectIDs: string[];
taskID: Record<string, number>;