mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-26 22:00:24 -04:00
14 lines
197 B
JavaScript
14 lines
197 B
JavaScript
import sn from './sn';
|
|
|
|
export default function fixture() {
|
|
return {
|
|
type: 'sn',
|
|
sn,
|
|
snConfig: {
|
|
context: {
|
|
permissions: ['passive', 'interact'],
|
|
},
|
|
},
|
|
};
|
|
}
|