Link up data to final page.
This commit is contained in:
parent
5b5a63114c
commit
dbc5db9727
5 changed files with 256 additions and 141 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue