mirror of
https://github.com/spacebarchat/server.git
synced 2026-09-02 11:13:52 +00:00
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
export interface CreateFingerprintResponse {
|
|
fingerprint: string;
|
|
}
|