mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Remove unused types
This commit is contained in:
parent
d75e2d19dc
commit
2aa4fce1c5
@ -46,33 +46,11 @@ export interface IPostmessage {
|
||||
origin: string;
|
||||
}
|
||||
|
||||
interface IImage {
|
||||
alt: string;
|
||||
height: number;
|
||||
src: string;
|
||||
width: number;
|
||||
}
|
||||
|
||||
interface ILink {
|
||||
href: string;
|
||||
text: string;
|
||||
}
|
||||
|
||||
interface IInfoFooter {
|
||||
image: IImage;
|
||||
text: string;
|
||||
}
|
||||
|
||||
interface IHostSignupInfoConfig {
|
||||
additionalInfoLink?: ILink;
|
||||
additionalParagraphs?: Array<string>;
|
||||
cancelText: string;
|
||||
continueText: string;
|
||||
footer?: IInfoFooter;
|
||||
image?: IImage;
|
||||
title: string;
|
||||
}
|
||||
|
||||
interface IHostSignupTermsDialogConfig {
|
||||
acceptText: string;
|
||||
termsDocuments: Array<ILink>;
|
||||
@ -82,7 +60,6 @@ interface IHostSignupTermsDialogConfig {
|
||||
|
||||
export interface IHostSignupConfig {
|
||||
domains: Array<string>;
|
||||
info: IHostSignupInfoConfig;
|
||||
minimizedDialogTitle: string;
|
||||
termsDialog: IHostSignupTermsDialogConfig;
|
||||
url: string;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user