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