Interface ShopImportOptions

ShopImportOptions

interface ShopImportOptions {
    draft?: boolean;
    gameServerId: string;
    replace?: boolean;
}

Properties

draft?: boolean

ShopImportOptions

gameServerId: string

ShopImportOptions

replace?: boolean

ShopImportOptions