Skip to content

Commit df05656

Browse files
committed
add null to writer methods
1 parent f4909a0 commit df05656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/serialization/multipart/src/multipartSerializationWriter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
/* eslint-disable @typescript-eslint/no-unused-expressions */
9-
import { type DateOnly, type Duration, MultipartBody, type Parsable, type SerializationWriter, type ModelSerializerFunction, type TimeOnly } from "@microsoft/kiota-abstractions";
9+
import { type DateOnly, type Duration, type Parsable, type SerializationWriter, type ModelSerializerFunction, type TimeOnly } from "@microsoft/kiota-abstractions";
1010
import type { Guid } from "guid-typescript";
1111

1212
/** Serialization writer for multipart/form-data */

0 commit comments

Comments
 (0)