UNPKG

102 BTypeScriptView Raw
1import { Cred } from './cred';
2
3export class CredUsername {
4 parent: Cred;
5 username: string;
6}