8 lines
126 B
TypeScript
8 lines
126 B
TypeScript
|
export const custom = [
|
||
|
{
|
||
|
name: 'neko',
|
||
|
file: 'neko.png',
|
||
|
keywords: ['neko', 'cat', 'cat butt', 'butt'],
|
||
|
},
|
||
|
]
|