3 lines
55 B
TypeScript
3 lines
55 B
TypeScript
export interface Identificable {
|
|
userId: string;
|
|
}
|
export interface Identificable {
|
|
userId: string;
|
|
}
|