summary refs log tree commit diff
path: root/src/schemas/CreateFingerprintResponse.ts
blob: 9e60c213a3053c3f86ceaa1a7f5d1bca13115082 (plain) (blame)
1
2
3
export interface CreateFingerprintResponse {
    fingerprint: string;
}