import { PromptObject } from 'prompts';

type Question = PromptObject<string> | PromptObject<string>[];

export type { Question };
