export interface VConsole { prop: string; args: any[]; } export type RunnerDefaults = "ix-tabbed" | "ix-wat" | "ix-choice";