Link up data to final page.

This commit is contained in:
Eli Ribble 2026-04-09 20:55:30 +00:00
parent 5b5a63114c
commit dbc5db9727
No known key found for this signature in database
5 changed files with 256 additions and 141 deletions

View file

@ -1,3 +1,8 @@
export enum PermissionAccess {
GRANTED = "access-granted",
WITH_OWNER = "access-with-owner",
DENIED = "access-denied",
}
export interface Address {
country: string;
gid: string;