| 102 | | { "CustomTwo": [ CustomTopping, CustomTopping ] }; |
| 103 | |
| 104 | export interface CustomTopping { |
| 105 | name: string; |
| 106 | expires_in: Date; |
| 107 | } |
| 108 | |
| 109 | export interface CustomToppingCamel { |
| 110 | name: string; |
nothing calls this directly
no outgoing calls
no test coverage detected