UNPKG

ravendb

Version:
12 lines 361 B
import { CertificateType } from "./Certificate.js"; export interface IAuthOptions { type?: CertificateType; certificate?: string | Buffer; password?: string; ca?: string | Buffer; } export interface IStoreAuthOptions extends IAuthOptions { } export interface IRequestAuthOptions extends IAuthOptions { } //# sourceMappingURL=AuthOptions.d.ts.map