Interface ITaggedUsers

interface ITaggedUsers {
    [key: string]: Uuid[];
}

Indexable

[key: string]: Uuid[]

Generated using TypeDoc