export interface PayloadProps {
	[key: string]: boolean;
}
