PlainData: Nullable<PrimitiveScalar> | readonly PlainData[] | {
    [key: string]: PlainData | any;
}

Generated using TypeDoc