Remove unused types
This commit is contained in:
parent
d75e2d19dc
commit
2aa4fce1c5
1 changed files with 0 additions and 23 deletions
|
@ -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…
Reference in a new issue