Interface ProductPushResponse

interface ProductPushResponse {
    messages: string[];
}

Properties

Properties

messages: string[]