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

9 lines
233 B
TypeScript

import type { ServerHostname } from './ServerHostname';
export type StartOsRecoveryInfo = {
hostname: ServerHostname;
version: string;
timestamp: string;
passwordHash: string | null;
wrappedKey: string | null;
};