UNPKG

mtasa-api

Version:
9 lines (8 loc) 191 B
interface IMTAError { message: string; type: string; } export * from './MTAServerInfo'; export * from './FindOptions'; export * from './SearchFunction'; export { IMTAError };