//eslint-disable-next-line @typescript-eslint/ban-types export type AnyString = string|String; export type OptionalSpace = '' | ' ';