Type Alias SocialAccountsRetrieve
SocialAccountsRetrieve: {
limit?: number;
offset?: number;
socialEngagementUserId?: string;
socialWorkPlatformId?: string;
}
Type declaration
Optionallimit?: number
Optionaloffset?: number
OptionalsocialEngagementUserId?: string
OptionalsocialWorkPlatformId?: string