export interface AppProps { isNoColor?: boolean | undefined; log?: null | string | undefined; }