Files
start-os/sdk/lib/osBindings/LoginParams.ts
Aiden McClelland a3b94816f9 ephemeral logins
2024-07-26 12:29:59 -06:00

9 lines
260 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { PasswordType } from "./PasswordType"
export type LoginParams = {
password: PasswordType | null
ephemeral: boolean
metadata: any
}