chore: refresh generated review records

This commit is contained in:
Turtle
2026-07-29 16:31:21 +08:00
parent 33286a0ff5
commit bee0a77aad
5 changed files with 8 additions and 12 deletions

View File

@@ -1543,10 +1543,6 @@ export const TYPE_API: readonly TypeApiEntry[] = [
name: 'BashSandboxInfo',
declaration: 'export interface BashSandboxInfo {\n mode: SandboxMode;\n denied: boolean;\n enforcement?: SandboxEnforcement;\n runnerFailed?: boolean;\n}',
},
{
name: 'BootId',
declaration: 'export type BootId = Branded<\'BootId\'>;',
},
{
name: 'Branded',
declaration: 'export type Branded<B extends string> = string & {\n readonly [BRAND]: B;\n};',