1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-28 21:48:21 +09:00
cherrypick/src/server/api/kinds.ts
2019-05-01 04:44:46 +09:00

25 lines
422 B
TypeScript

export const kinds = [
'read:account',
'write:account',
'read:blocks',
'write:blocks',
'read:drive',
'write:drive',
'read:favorites',
'write:favorites',
'read:following',
'write:following',
'read:messaging',
'write:messaging',
'read:mutes',
'write:mutes',
'write:notes',
'read:notifications',
'write:notifications',
'read:reactions',
'write:reactions',
'write:votes',
'read:pages',
'write:pages',
];