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