EnvelopeStub type
EnvelopeStub is used to stub the jwt based envelops
Signature:
export type EnvelopeStub = {
protected: string;
};
EnvelopeStub is used to stub the jwt based envelops
Signature:
export type EnvelopeStub = {
protected: string;
};