import { AccountV1SessionCreateResponse } from "@steamsets/client-ts/models/operations";
let value: AccountV1SessionCreateResponse = {
httpMeta: {
response: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),
request: new Request("https://example.com"),
},
v1CreateSessionBody: {
dollarSchema: "https://api.steamsets.com/schemas/V1CreateSessionBody.json",
sessionToken: "ABC123",
},
};
Field | Type | Required | Description |
---|---|---|---|
httpMeta |
components.HTTPMetadata | ✔️ | N/A |
v1CreateSessionBody |
components.V1CreateSessionBody | ➖ | OK |