terminal_preset.svelte.ts

Declarations
#

4 declarations

view source

TerminalPreset
#

terminal_preset.svelte.ts view source

inheritance

extends:
  • Cell<typeof TerminalPresetJson>

name

type string

command

type string

args

type Array<string>

cwd

type string | undefined

constructor

type new (options: TerminalPresetOptions): TerminalPreset

options

TerminalPresetJson
#

terminal_preset.svelte.ts view source

ZodObject<{ id: ZodDefault<$ZodBranded<ZodUUID, "Uuid", "out">>; created: ZodDefault<$ZodBranded<ZodISODateTime, "Datetime", "out">>; ... 4 more ...; cwd: ZodOptional<...>; }, $strict>

TerminalPresetJsonInput
#

terminal_preset.svelte.ts view source

{ id?: string | undefined; created?: string | undefined; updated?: string | undefined; name?: string | undefined; command?: string | undefined; args?: string[] | undefined; cwd?: string | undefined; }

TerminalPresetOptions
#

Depends on
#

Imported by
#