ContactData

type ContactData = {
    phone: string,
    email: string,
    url: string
}

Last updated