IOutput: {
    unverifyParticipant: {
        attested_by?: null | string;
        attested_in?: null | string;
        source: ParticipantVerificationSource;
        status: Verified;
        type: ParticipantVerificationType;
        verified_at: string;
    }[];
}

Type declaration