feat: add business registration section to TextConfig interface
This commit is contained in:
parent
051d614364
commit
4190be4d15
|
|
@ -193,6 +193,13 @@ export interface TextConfig {
|
|||
title: string;
|
||||
subtitle: string;
|
||||
companyInfoTitle: string;
|
||||
businessRegistrationTitle: string;
|
||||
businessRegistration: {
|
||||
title: string;
|
||||
dateIssued: string;
|
||||
issuedBy: string;
|
||||
authority: string;
|
||||
};
|
||||
contactTitle: string;
|
||||
responsibilityTitle: string;
|
||||
disclaimerTitle: string;
|
||||
|
|
|
|||
Loading…
Reference in New Issue