feature/state-and-data-fetching #1
@@ -0,0 +1 @@
|
||||
export * from "./model";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "./types/types";
|
||||
@@ -0,0 +1,10 @@
|
||||
export interface User {
|
||||
/**
|
||||
* User's unique identifier.
|
||||
*/
|
||||
id: string;
|
||||
/**
|
||||
* User's email address.
|
||||
*/
|
||||
email: string;
|
||||
}
|
||||
Reference in New Issue
Block a user