function createWcApiSpec() {
return {
name: 'wcApi',
mutations: {},
selectors: {},
operations: {
read() {
return [];
},
update() {
updateLocally() {
};
}
export default createWcApiSpec();