Sanity App SDK
    Preparing search index...

    Interface UsersStoreState

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

    Properties

    Properties

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