export type PrefPaperEntryHatObjectType = {
    hat: number;
};
export default PrefPaperEntryHatObjectType;
