Skip to main content

EnvelopeStub type

EnvelopeStub is used to stub the jwt based envelops

Signature:

export type EnvelopeStub = {
protected: string;
};