| DeepFireArray |
|
| DeepFireItem |
|
This definition of DeepFireItem |
|
| FireItem |
|
Makes all types that extends FirestoreItem into a FireItem |
|
| DeepOmit |
|
| DeepOmitArray |
|
Deeply omit members of an array of interface or array of type. |
|
| FirestoreAllowedPrimitives |
|
| FirestoreAllowedTypes |
|
| PartialDeepOmit |
|
Deeply omit members of an interface or type, making all members optional. |
|
| PartialDeepOmitArray |
|
Deeply omit members of an array of interface or array of type, making all members optional. |
|
| Primitive |
|
!!!! Allows for Deep Omit...its basically magic Taken from https://stackoverflow.com/questions/55539387/deep-omit-with-typescript |
|
| ExtractObservableType |
|
Extracts the type |
|