Type Alias UpdateMetadataItemPayload

UpdateMetadataItemPayload: {
    agent_pubkey: AgentPubKey;
    name: string;
    value: string;
}