Type alias RemoveBasicAuthenticationPayloadType<T>

RemoveBasicAuthenticationPayloadType<T>: Pick<T, Exclude<keyof T, "apiEndpoint" | "apiToken">>

Removes the basic authentication properties from a payload type.

Type Parameters

Typeparam

T - The payload type from which to remove the properties.