import { RightEnum } from './storage/RightEnum';
/** Missing description */
export interface ProjectStorageUserCreation {
    /** User description */
    description?: string;
    /** User right (all, read, write) */
    right: RightEnum;
}
//# sourceMappingURL=ProjectStorageUserCreation.d.ts.map