/** * @module index */ export type TOption = T | undefined | null export interface IIndexSeedMap { [key: number]: string } export type TSeedTypes = string | TOption[] | IIndexSeedMap