interface Like {
    accountId?: string;
}

Hierarchy

  • Record<string, unknown>
    • Like

Properties

Properties

accountId?: string

Account ID.