Interface FriendshipsShowManyCommandInput

interface FriendshipsShowManyCommandInput {
    ids: string[];
}

Properties

Properties

ids: string[]