export type Props = {
	query: string;
};

export type PayloadProps = {
	variableValues: string[] | number[];
};
