Search


Search something to see results

UserData

interface UserData {
    userId: string;
    [key: string]: string;
}

Indexable

  • [key: string]: string

Index

Properties

Properties

userId: string