/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type ConfigSpec = { /** * User-defined name of the config. */ Name?: string; /** * User-defined key/value metadata. */ Labels?: Record; /** * Base64-url-safe-encoded ([RFC 4648](https://tools.ietf.org/html/rfc4648#section-3.2)) * config data. * */ Data?: string; };