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

7 lines
121 B
TypeScript

export type SshKeyResponse = {
alg: string;
fingerprint: string;
hostname: string;
createdAt: string;
};