export type TapTypes = {
	SINGLE:     'single',
	DOUBLE:     'double',
	LONG:       'long',
};
