Type alias CompactSemanticCredentialVcPayload
CompactSemanticCredentialVcPayload: ImplementsZodType<z.infer<typeof CompactSemanticCredentialVcPayloadValidator>, { @context: JsonLdContext; credentialSubject: Record<string, string | number | boolean>; type: string[]; }>
Type declaration
-
-
Readonly
credentialSubject: Record<string, string | number | boolean>
-
Readonly
type: string[]