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