Skip to main content

HeaderStub type

HeaderStub is used to stub the jwt based envelops

Signature:

export type HeaderStub = {
typ: MediaType;
};

References: MediaType