Interface MoveOnIntervalConfig

interface MoveOnIntervalConfig {
    fetchConfig: undefined | MoveAccountFetchConfig;
    intervalConfig: undefined | OnIntervalConfig;
    ownerType: MoveOwnerType;
    type: string;
}

Properties

fetchConfig: undefined | MoveAccountFetchConfig
intervalConfig: undefined | OnIntervalConfig
ownerType: MoveOwnerType
type: string