interface CreateResponse { id: number; } export default CreateResponse;