export type Filenames = {
	ios?: string | null;
	android?: string | null;
	web?: string | null;
	other?: string | null;
};
