mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-12 01:34:51 +00:00
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
export interface CreateFingerprintResponse {
|
|
fingerprint: string;
|
|
}
|