Files
recap/node_modules/@start9labs/start-sdk/base/lib/osBindings/VerifyCifsParams.d.ts
T

8 lines
188 B
TypeScript

import type { EncryptedWire } from './EncryptedWire';
export type VerifyCifsParams = {
hostname: string;
path: string;
username: string;
password: EncryptedWire | null;
};