jamespot-user-api
    Preparing search index...

    Type Alias SocialAction

    type SocialAction = {
        count?: number;
        icon: string | null;
        isActive?: boolean;
        label: string;
        targetId: number;
        targetType: string;
        type: string;
    }
    Index

    Properties

    count?: number
    icon: string | null
    isActive?: boolean
    label: string
    targetId: number
    targetType: string
    type: string