import { APIId } from "./id" type APIProp = { id: APIId, is_active: boolean } export default APIProp