import { CloudState } from '@/interface'

export const state: CloudState = {
  cloudList: [],
  pagination: {
    offset: 0,
    limit: 200
  }
}