Sanity Library Reference Docs
    Preparing search index...

    Interface UsersStoreState

    interface UsersStoreState {
        error?: unknown;
        users: { [key: string]: UsersGroupState | undefined };
    }
    Index

    Properties

    Properties

    error?: unknown
    users: { [key: string]: UsersGroupState | undefined }