'use strict' const { createJsonExportMeshMixin } = require('pearcord-json-export-mixin') const vanityUrlJsonMixin = createJsonExportMeshMixin({ keysField: '_vanityUrlRegistryJsonGossipKeys', watermarkField: '_vanityUrlJsonHealWatermark', initMethod: '_initVanityUrlJsonMixinState', shouldGossipMethod: '_shouldGossipVanityUrlExportJson', healMethod: '_healVanityUrlJsonExportCursorOnPartition', spanKind: 'vanity-url.json', healContext: 'heal.vanity-url', countField: 'guildVanityUrlJsonCount', bridgeKind: 'vanity-url.json', listExportsMethod: 'listVanityUrlExportJsonExports', }) module.exports = { vanityUrlJsonMixin }