summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/shared/models/credentials.ts
blob: 2c2b7d76e3991345424842c10e12554b7fb28258 (plain)
1
2
3
4
export class Credentials {
  username: string;
  password: string;
}