export interface WappTableActionButton { id: number; icon: string; allowsMultipleSelection: boolean; tooltip?: string; }