UNPKG

81 BTypeScriptView Raw
1export class CredUserpassPayload {
2 username: string;
3 password: string;
4}