@jeffe/tankille
    Preparing search index...

    Interface AsemaOsoite

    interface AsemaOsoite {
        city: string;
        country: string;
        street: string;
        zipcode: string;
    }
    Index

    Properties

    city: string
    country: string
    street: string
    zipcode: string