feat: add contacts component
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import type { ContactNode } from "@/types/requests/asides/contact"
|
||||
import type { Node } from "@/types/requests/utils/edges"
|
||||
|
||||
export type ContactProps = ContactNode
|
||||
export type ContactsProps = { contacts: Node<ContactNode>[] }
|
||||
|
||||
@@ -8,6 +8,9 @@ export type ContactNode = {
|
||||
street: string
|
||||
zip: string
|
||||
}
|
||||
system: {
|
||||
uid: string
|
||||
}
|
||||
phone: string
|
||||
title: string
|
||||
visiting_address: {
|
||||
|
||||
Reference in New Issue
Block a user