export type AnyObject = { [key: string]: any; } & { example?: string; };