Interface ProfileContactAction

interface ProfileContactAction {
    actionDescription: string;
    id: string;
}

Hierarchy

  • Context
    • ProfileContactAction

Properties

actionDescription: string
id: string