mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
17 lines
259 B
TypeScript
17 lines
259 B
TypeScript
export class CredUserpassPayload {
|
|
/**
|
|
*
|
|
*
|
|
* @type {string}
|
|
* @memberof CredUserpassPayload
|
|
*/
|
|
username: string;
|
|
/**
|
|
*
|
|
*
|
|
* @type {string}
|
|
* @memberof CredUserpassPayload
|
|
*/
|
|
password: string;
|
|
}
|