Store: IStore<{
    requiredId(): string;
    hasId(): boolean;
}, {
    id?: string;
    tokens?: string[];
}>

Shape of the ticket store.

Type declaration

Type declaration

  • Optional id?: string

    User ID

  • Optional tokens?: string[]

    User's tokens