StringifiedInput: string | string[] | string[][] | string[][][] | {
    [key: string]: StringifiedInput;
} | null

Type declaration