Type alias ChangeMuteStatusInput

ChangeMuteStatusInput: {
    action: "mute" | "unmute";
    mediaId?: string;
} & ({
    targetReelAuthorId: string;
} | {
    targetPostsAuthorId: string;
} | {
    targetPostsAuthorId: string;
    targetReelAuthorId: string;
})