Interface IRequestWithTestParams

The request interface with test params

interface IRequestWithTestParams {
    headers: { "x-test-user-id"?: string };
}

Properties

Properties

headers: { "x-test-user-id"?: string }