Files

10 lines
204 B
TypeScript
Raw Permalink Normal View History

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 {}