Drop unused Google entity settings from cloud (#15832)

This commit is contained in:
Erik Montnemery 2023-03-16 11:08:57 +01:00 committed by GitHub
parent 60d106d9c3
commit 77dcace95e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,6 @@ interface CloudStatusNotLoggedIn {
export interface GoogleEntityConfig {
should_expose?: boolean | null;
override_name?: string;
aliases?: string[];
disable_2fa?: boolean;
}