migrate app settings page to composition API and typescript
This commit is contained in:
@@ -13,4 +13,9 @@ export interface TypeAndDisplayName {
|
||||
readonly displayName: string;
|
||||
}
|
||||
|
||||
export interface LocalizedSwitchOption {
|
||||
readonly value: boolean;
|
||||
readonly displayName: string;
|
||||
}
|
||||
|
||||
export type BeforeResolveFunction = (callback: () => void) => void;
|
||||
|
||||
Reference in New Issue
Block a user