Skip to content

relizy / SocialNetworkResult

Interface: SocialNetworkResult

Defined in: src/types.ts:122

Properties

error?

optional error: string

Defined in: src/types.ts:134

Error message if the post failed


platform

platform: string

Defined in: src/types.ts:126

Social platform name (e.g., 'twitter', 'slack')


success

success: boolean

Defined in: src/types.ts:130

Whether the post was successful

Released under the MIT License.