@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
14 lines • 352 B
TypeScript
/** Dumps */
export interface Dump {
/** Creation date of the dump */
creationDate: string;
/** Dump of this database name */
databaseName: string;
/** Automatic deletion date of the dump */
deletionDate: string;
/** Dump id */
id: number;
/** Dump URL access */
url: string;
}
//# sourceMappingURL=Dump.d.ts.map