export interface IPromptResult {
    privateKey: string;
    tokenName: string;
    tokenSymbol: string;
    tokenDecimals: number;
    tokenTotalSupply: number;
}
