(args?: GetCodeParametersInput)
| 48 | } |
| 49 | |
| 50 | async function handleGetCode(args?: GetCodeParametersInput): Promise<GetCodeResult> { |
| 51 | return dispatchGetCode(args) |
| 52 | } |
| 53 | |
| 54 | export type WindowGetCodeParametersInput = GetCodeParametersInput & { |
| 55 | _unbounded?: boolean |
no test coverage detected