UNPKG

@hasura/metadata-api

Version:
6 lines (5 loc) 144 B
export type MSSQLPoolSettings = { idle_timeout?: number; max_connections?: number | null; total_max_connections?: number | null; };