import { PermissionTypeEnum } from './PermissionTypeEnum';
/** Attach given index to role */
export interface RolePermissionIndexCreation {
    /** Index ID */
    indexId: string;
    /** Permission type */
    permissionType?: PermissionTypeEnum;
}
//# sourceMappingURL=RolePermissionIndexCreation.d.ts.map