Interface UserStoreData

interface UserStoreData {
    [id: string]: UserNameData;
}

Indexable

[id: string]: UserNameData