MCPcopy
hub / github.com/webfansplz/vuejs-challenges / StackBlitzPayloadOptions

Interface StackBlitzPayloadOptions

scripts/stackblitz/index.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { STACKBLITZ_PLAYGROUND_URL } from "../configs"
2import template from "./template"
3export interface StackBlitzPayloadOptions {
4 title: string
5 files: Record<string, string>
6 openFile: string
7}
8
9export function normalizePayload(payload: StackBlitzPayloadOptions) {
10 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected