Newer
Older
percord / src / schemas / CreateFingerprintResponse.ts
export interface CreateFingerprintResponse {
    fingerprint: string;
}