spookvooper-api/typings/modules/types/Types.d.ts

7 lines
372 B
TypeScript

import { EntityUser } from './../interfaces/Interfaces'
export declare type CreditAmount = string | number
export declare type PaymentEntity = string | EntityUser
export declare type SVStockTicker = 'B' | 'IDE' | 'NEWS' | 'POT' | 'TECH' | 'TYCO' | 'VC' | 'VNB' | 'VU' | 'X'
export declare type AuthEntity = EntityUser
export declare type GroupMember = string | EntityUser