mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
ephemeral logins
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
// 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; metadata: any }
|
||||
export type LoginParams = {
|
||||
password: PasswordType | null
|
||||
ephemeral: boolean
|
||||
metadata: any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user