Interface MoveOnIntervalConfig

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

Properties

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