Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.27 KB

accountv1settingsemailsendverificationresponse.md

File metadata and controls

22 lines (17 loc) · 1.27 KB

AccountV1SettingsEmailSendVerificationResponse

Example Usage

import { AccountV1SettingsEmailSendVerificationResponse } from "@steamsets/client-ts/models/operations";

let value: AccountV1SettingsEmailSendVerificationResponse = {
  httpMeta: {
    response: new Response("{\"message\": \"hello world\"}", {
      headers: { "Content-Type": "application/json" },
    }),
    request: new Request("https://example.com"),
  },
};

Fields

Field Type Required Description
httpMeta components.HTTPMetadata ✔️ N/A