← 피드로
This is implement RTK Query import { createApi, fetchBaseQuery } from "@reduxjs/toolkit/query/react"; export interface Property { id: number; propertyTitle: string; agencyId: number; propertyTypeId: number; propertyTypeName: string; description: string; amenities: string; monthlyRent: number; location: string; unitsAvailable: number; applicationDeadline: string; status: string; createdBy: string; createdDate: string; isDeleted:…
답글 남기기