Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
tylim88 committed Jul 20, 2023
1 parent f3c0677 commit 936c19e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
3 changes: 0 additions & 3 deletions src/types/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export type ErrorFieldValueInArray =
`Error: Field Value is not a valid data type in array, directly or indirectly`
export type ErrorUnassignedAbleFieldValue =
`Error: Please do not directly assign Increment, Array Remove and Array Union Field Value`
export type ErrorUnionInvolveObjectType =
`Error: Please check your type declaration, do not union object literal type with other type except PossiblyReadAsUndefined and Delete`
export type ErrorDeleteFieldMerge =
`Error: To use deleteField, please set 'merge' to 'true' or set 'mergeFields with an array, empty array also fine' in the options parameter.`
export type ErrorDeleteFieldUnion<T extends string> =
Expand Down Expand Up @@ -105,7 +103,6 @@ export type ErrorMsgs =
| ErrorFieldValueInArray
| ErrorEmptyDocumentOrCollectionID<'Document' | 'Collection'>
| ErrorUnassignedAbleFieldValue
| ErrorUnionInvolveObjectType
| ErrorDeleteFieldMerge
| ErrorDeleteFieldUnion<string>
| ErrorNumberOfForwardSlashIsNotEqual<string, string>
Expand Down
19 changes: 0 additions & 19 deletions src/types/noObjectUnion.ts

This file was deleted.

0 comments on commit 936c19e

Please sign in to comment.