UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

14 lines (13 loc) 287 B
export interface DefaultAuthentication { type: "default"; options: { /** * User name to use for sql server login. */ userName?: string; /** * Password to use for sql server login. */ password?: string; }; }