import { RsvDataSource } from './RsvDataSource.js'; export const RsvMembershipKeyResource = (program_id) => RsvDataSource.create_rsv_resource(ReservairServiceAPI.restUrl + '/membership-program/' + program_id + '/keys');