UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 303 B
import { GrantEnum } from '../grant/GrantEnum'; /** Grant */ export interface Grant { /** Automatic deletion date of the dump */ creationDate: string; /** Dump of this database name */ databaseName: string; /** Grant set */ grant: GrantEnum; } //# sourceMappingURL=Grant.d.ts.map