import { Cred } from "./cred";

export class CredUsername {
    parent: Cred;
    username: string;
}
