Type alias RevocationReasonJson

RevocationReasonJson: {
    reason: string;
}

schema serializable JSON representation of a revocation reason

Type declaration

  • reason: string

    The reason for revocation

Generated using TypeDoc