Iterate
This commit is contained in:
@@ -283,6 +283,7 @@ export type OriginalMessageComponentProps = {
|
||||
// @public
|
||||
export interface Profile {
|
||||
displayName?: string;
|
||||
isGuest?: boolean;
|
||||
userId?: string;
|
||||
}
|
||||
|
||||
@@ -312,6 +313,9 @@ export interface UserIdentifierCustomisations {
|
||||
}): string | null;
|
||||
}
|
||||
|
||||
// @public
|
||||
export function useWatchable<T>(watchable: Watchable<T>): T;
|
||||
|
||||
// @public
|
||||
export type Variables = {
|
||||
count?: number;
|
||||
|
||||
Reference in New Issue
Block a user