interface IPostStatusJSON { id: number; name: string; color: string; } export default IPostStatusJSON;