@topgroup/diginext
Version:
A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.
34 lines • 685 B
TypeScript
export interface BitbucketUser {
display_name: string;
links: {
self: {
href: string;
};
avatar: {
href: string;
};
repositories: {
href: string;
};
snippets: {
href: string;
};
html: {
href: string;
};
hooks: {
href: string;
};
};
created_on: string;
type: string;
uuid: string;
has_2fa_enabled: null;
username: string;
is_staff: boolean;
account_id: string;
nickname: string;
account_status: string;
location: string;
}
//# sourceMappingURL=BitbucketUser.d.ts.map