export const inputPropsKey = (hash: string) => {
	return `input-props/${hash}.json`;
};

export const resolvedPropsKey = (hash: string) => {
	return `resolved-props/${hash}.json`;
};
