mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-30 13:23:58 +02:00
wip
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export const name = 'testIntersection';
|
||||
|
||||
export const schema = {
|
||||
'a': { uniqueIncrement: true },
|
||||
'b': { uniqueIncrement: true },
|
||||
'aAndB': { intersection: ['a', 'b'] },
|
||||
} as const;
|
||||
Reference in New Issue
Block a user