Files
HKSingleParty/99_references/cf-identity-wallet-main/tests/helpers/models/identifier.json.ts
2025-05-28 09:55:51 +08:00

18 lines
281 B
TypeScript

export interface KeriJson {
id: string;
displayName: string;
createdAtUTC: string;
signifyName: string;
theme: number;
isPending: boolean;
s: string;
dt: string;
kt: string;
k: string[];
nt: string;
n: string[];
bt: string;
b: string[];
di: string;
}