Type alias GetHubScriptByPathResponse

GetHubScriptByPathResponse: {
    content: string;
    language: string;
    lockfile?: string;
    schema?: unknown;
    summary?: string;
}

Type declaration

  • content: string
  • language: string
  • Optional lockfile?: string
  • Optional schema?: unknown
  • Optional summary?: string