@taoya785/feishu_bot
Version:
13 lines (10 loc) • 611 B
text/typescript
import * as _activepieces_pieces_framework from '@activepieces/pieces-framework';
declare const feishuBotAuth: _activepieces_pieces_framework.CustomAuthProperty<{
secret: _activepieces_pieces_framework.SecretTextProperty<true>;
webhook_url: _activepieces_pieces_framework.ShortTextProperty<true>;
}>;
declare const feishu_bot: _activepieces_pieces_framework.Piece<_activepieces_pieces_framework.CustomAuthProperty<{
secret: _activepieces_pieces_framework.SecretTextProperty<true>;
webhook_url: _activepieces_pieces_framework.ShortTextProperty<true>;
}>>;
export { feishuBotAuth, feishu_bot };