Interface IUploadKeySignaturesResponse
interface IUploadKeySignaturesResponse { failures: Record<string, Record<string, { errcode: string; error: string; }>>; } Properties
failures
failures: Record<string, Record<string, { errcode: string; error: string; }>>