Interface AptosOnIntervalConfig

interface AptosOnIntervalConfig {
    intervalConfig: undefined | OnIntervalConfig;
    type: string;
}

Properties

Properties

intervalConfig: undefined | OnIntervalConfig
type: string