pl-api: support 2fa configuration in gotosocial

Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
Nicole Mikołajczyk
2025-04-10 16:17:45 +02:00
parent 28933f5612
commit 3292207b5a
10 changed files with 106 additions and 42 deletions

View File

@ -2,6 +2,7 @@ export * from './accounts';
export * from './admin';
export * from './apps';
export * from './chats';
export type { PaginationParams } from './common';
export * from './events';
export * from './filtering';
export * from './grouped-notifications';