LinkedIn Configuration
Overview
LinkedIn configuration allows users to enable or disable posting.
Config Example
export interface LinkedInConfig {
isEnabled: boolean;
}
Example Usage
{
"linkedin": {
"isEnabled": true
}
}
Last updated on