sindri
Version:
The Sindri Labs JavaScript SDK and CLI tool.
19 lines (17 loc) • 329 B
text/typescript
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
* Client input to get logged in.
*/
export type UserLoginInput = {
/**
* Your account username.
*/
username: string;
/**
* Your account password.
*/
password: string;
};