/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type AuthConfig = { username?: string; password?: string; /** * Email is an optional value associated with the username. * * > **Deprecated**: This field is deprecated since docker 1.11 (API v1.23) and will be removed in a future release. * */ email?: string; serveraddress?: string; };