export type StateObjType = string | number | boolean | null | undefined | Record<string, unknown> | unknown[];
