rangoo94/bestest

View on GitHub
packages/runner/lib/interfaces/CreateSessionCallbackType.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { RunnerSessionInterface } from './RunnerSessionInterface'

type CreateSessionCallbackType = (error: (any | null), session: RunnerSessionInterface | null) => any

export {
  CreateSessionCallbackType
}