export interface IUserQuery { email?: string; uid?: string; } export interface IUserListQuery { }