| 14 | jid: string; |
| 15 | }; |
| 16 | export interface ModelOptions { |
| 17 | collection?: Collection; |
| 18 | parse?: boolean; |
| 19 | unset?: boolean; |
| 20 | silent?: boolean; |
| 21 | } |
| 22 | export type RSMQueryOptions = { |
| 23 | after?: string; |
| 24 | before?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected