import { APIId } from "./id"; declare type APIProp = { id: APIId; is_active: boolean; }; export default APIProp; //# sourceMappingURL=prop.d.ts.map