export type Id = string | number | undefined;

export type ClassName = string;
