1 2 3 4 5 6
export type CustomerEvent = { /** * A descriptive name for the occured event */ name: string, }