Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
catamphetamine committed Jun 17, 2022
1 parent 67f23dc commit 77ad943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface ParsedObjectsResult<T extends object> {

interface ParseCommonOptions {
sheet?: number | string;
trim?: false;
trim?: boolean;
}

export interface ParseWithSchemaOptions<T extends object> extends ParseCommonOptions {
Expand Down

0 comments on commit 77ad943

Please sign in to comment.