// License: LGPL-3.0-or-later
import { IdType, HoudiniObject } from './common';

export interface User extends HoudiniObject {
  object: 'user';
}