feat: generate landing stub types outside (#33)
This commit is contained in:
28
stubs/json/landing/landing-success.json.d.ts
vendored
28
stubs/json/landing/landing-success.json.d.ts
vendored
@@ -1,28 +0,0 @@
|
||||
interface LandingSuccess {
|
||||
success: true,
|
||||
body: {
|
||||
'hero-section': {
|
||||
headline: 'hero-section.headline',
|
||||
description: 'hero-section.description',
|
||||
video: 'demo.mp4'
|
||||
},
|
||||
sections: [
|
||||
{
|
||||
type: 'benefits-section',
|
||||
heading: 'benefits-section.heading',
|
||||
description: 'benefits-section.description',
|
||||
list: [
|
||||
'benefits-section.list.0',
|
||||
'benefits-section.list.1',
|
||||
'benefits-section.list.2',
|
||||
'benefits-section.list.3'
|
||||
]
|
||||
},
|
||||
{type: 'social-proof-section', heading: 'social-proof-section.heading'}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
declare const LandingSuccess: LandingSuccess;
|
||||
|
||||
export = LandingSuccess;
|
||||
Reference in New Issue
Block a user