UNPKG

@dword-design/personal-data

Version:

<!-- TITLE/ --> # @dword-design/personal-data <!-- /TITLE -->

10 lines (9 loc) 418 B
export declare const firstName = "Sebastian"; export declare const lastName = "Landwehr"; export declare const name = "Sebastian Landwehr"; export declare const street = "Breite Str. 20"; export declare const postalCode = "53111"; export declare const city = "Bonn"; export declare const address: string; export declare const phoneNumber = "+49 177 5055641"; export declare const email = "info@sebastianlandwehr.com";