interface PublishResponse {
    channel?: string;
    name: string;
    url?: string;
}

Properties

Properties

channel?: string
name: string
url?: string