File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121// SOFTWARE.
2222
23- import { CloudFunction , CloudEvent } from 'firebase-functions/v2' ;
24- import { CallableFunction , CallableRequest } from 'firebase-functions/v2/https' ;
25-
26- import { generateCombinedCloudEvent } from './cloudevent/generate' ;
27- import { DeepPartial } from './cloudevent/types' ;
28- import {
23+ import type { CloudFunction , CloudEvent } from 'firebase-functions/v2' ;
24+ import type { CallableFunction , CallableRequest } from 'firebase-functions/v2/https' ;
25+ import type {
2926 ScheduledEvent ,
3027 ScheduleFunction ,
3128} from 'firebase-functions/v2/scheduler' ;
3229
30+ import { generateCombinedCloudEvent } from './cloudevent/generate' ;
31+ import { DeepPartial } from './cloudevent/types' ;
32+
3333type V2WrappableFunctions =
3434 | CloudFunction < any >
3535 | CallableFunction < any , any >
You can’t perform that action at this time.
0 commit comments