4 lines
47 B
TypeScript
4 lines
47 B
TypeScript
export interface Hashable {
|
|
hash(): string
|
|
}
|
export interface Hashable {
|
|
hash(): string
|
|
}
|