Home > @vsf-enterprise/bigcommerce-theme > MultiStorefrontConfigEntry
# MultiStorefrontConfigEntry interface
An entry of multi-storefront config.
Signature:
export interface MultiStorefrontConfigEntry
# Properties
| Property | Type | Description |
|---|---|---|
| channelId | Channel['id'] | Id of the channel. |
| name | Channel['name'] | Name of the channel. |
| protocol? | 'http' | 'https' | (Optional) Link to the channel. |