// License: LGPL-3.0-or-later
import { IDType, HoudiniObject } from './common';
export interface User extends HoudiniObject {
object: 'user';
}