interface IPostmanResponseContext {
    code?: number;
}

Properties

Properties

code?: number