2024-10-01 13:49:18 +02:00
|
|
|
import * as plugins from '../plugins.js';
|
2024-09-29 13:56:38 +02:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* can be used to store binary data for users and organizations
|
|
|
|
|
*/
|
|
|
|
|
@plugins.smartdata.Collection(() => {
|
|
|
|
|
return null;
|
|
|
|
|
})
|
|
|
|
|
export class ReceptionStorage {}
|