Sanity Library Reference Docs
    Preparing search index...

    Interface UserStoreBeta

    interface UserStore {
        getUser(userId: string): Promise<User>;
        getUsers(userIds: string[]): Promise<User[]>;
    }
    Index

    Methods