Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/autobase-tech/autobase
/ LoginFormValues
Interface
LoginFormValues
console/ui/src/pages/login/model/types.ts:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ LOGIN_FORM_FIELD_NAMES } from
'@pages/login/model/constants.ts'
;
2
3
export
interface
LoginFormValues {
4
[LOGIN_FORM_FIELD_NAMES.TOKEN]: string;
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected