(options: CallbackTimeout)
| 49 | }; |
| 50 | |
| 51 | export const callbackProperties = (options: CallbackTimeout) => { |
| 52 | return [ |
| 53 | { |
| 54 | label: "Callback Timeout", |
| 55 | text: options.timeoutInSeconds ? `${options.timeoutInSeconds}s` : "default", |
| 56 | }, |
| 57 | ]; |
| 58 | }; |
no outgoing calls
no test coverage detected
searching dependent graphs…