export type CustomerEvent = { /** * A descriptive name for the occured event */ name: string, }