@wasserstoff/tribes-sdk
Version:
SDK for integrating with Tribes by Astrix platform on any EVM compatible chain
16 lines (15 loc) • 392 B
TypeScript
import { BaseModule } from '../core/BaseModule';
/**
* Module for organization management
* Note: This is a stub implementation
*/
export declare class OrganizationsModule extends BaseModule {
/**
* Gets the current implementation version
*/
getVersion(): string;
/**
* This is a placeholder for future implementation
*/
getStatus(): Promise<string>;
}