Apply strictNullChecks to src/components/views/avatars/* (#10254)

This commit is contained in:
Michael Telatyński
2023-02-28 10:25:36 +00:00
committed by GitHub
parent eca28ac2f3
commit ae5725b24c
7 changed files with 41 additions and 31 deletions
+1 -1
View File
@@ -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