Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

userInterface.ts 144B

12345678
  1. export interface UserData {
  2. address: string;
  3. address2: string;
  4. city: string;
  5. country: string;
  6. fullName: string;
  7. postcode: string;
  8. }