- useCurrent(): UseQueryResult<null | {
$createdAt: string;
$id: string;
$updatedAt: string;
accessedAt: string;
email: string;
emailVerification: boolean;
hash?: string;
hashOptions?: {};
labels: string[];
mfa: boolean;
name: string;
password?: string;
passwordUpdate: string;
phone: string;
phoneVerification: boolean;
prefs: {};
registration: string;
status: boolean;
targets: {
$createdAt: string;
$id: string;
$updatedAt: string;
identifier: string;
name: string;
providerId?: string;
providerType: string;
userId: string;
}[];
}, Error> Returns UseQueryResult<null | {
$createdAt: string;
$id: string;
$updatedAt: string;
accessedAt: string;
email: string;
emailVerification: boolean;
hash?: string;
hashOptions?: {};
labels: string[];
mfa: boolean;
name: string;
password?: string;
passwordUpdate: string;
phone: string;
phoneVerification: boolean;
prefs: {};
registration: string;
status: boolean;
targets: {
$createdAt: string;
$id: string;
$updatedAt: string;
identifier: string;
name: string;
providerId?: string;
providerType: string;
userId: string;
}[];
}, Error>