fix(SW-360): signup form props
This commit is contained in:
@@ -19,15 +19,6 @@ export interface OverviewTableProps extends PartialDynamicContent {
|
||||
firstItem: boolean
|
||||
}
|
||||
|
||||
export interface SignUpVerificationProps {
|
||||
title: string
|
||||
subtitle: string
|
||||
}
|
||||
export interface SignupFormWrapperProps extends PartialDynamicContent {}
|
||||
|
||||
export interface SignupFormWrapperProps {
|
||||
dynamic_content: {
|
||||
link: string
|
||||
subtitle: string
|
||||
title: string
|
||||
}
|
||||
}
|
||||
export interface SignUpVerificationProps extends PartialDynamicContent {}
|
||||
|
||||
Reference in New Issue
Block a user