Apply strictNullChecks to src/components/views/avatars/* (#10254)
This commit is contained in:
@@ -31,7 +31,7 @@ function getDisplayUserIdentifier(
|
||||
// them all as optional. This allows customisers to only define and export the
|
||||
// customisations they need while still maintaining type safety.
|
||||
export interface IUserIdentifierCustomisations {
|
||||
getDisplayUserIdentifier?: typeof getDisplayUserIdentifier;
|
||||
getDisplayUserIdentifier: typeof getDisplayUserIdentifier;
|
||||
}
|
||||
|
||||
// A real customisation module will define and export one or more of the
|
||||
|
||||
Reference in New Issue
Block a user