mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
10 lines
181 B
TypeScript
10 lines
181 B
TypeScript
import Resolver from './helpers/Resolver'
|
|
|
|
export default {
|
|
Image: {
|
|
...Resolver('Image', {
|
|
undefinedToNull: ['sensitive', 'alt', 'aspectRatio', 'type'],
|
|
}),
|
|
},
|
|
}
|