pub async fn get_npc(
    configuration: &Configuration,
    params: GetNpcParams,
) -> Result<NpcResponseSchema, Error<GetNpcError>>Expand description
Retrieve the details of a NPC.
pub async fn get_npc(
    configuration: &Configuration,
    params: GetNpcParams,
) -> Result<NpcResponseSchema, Error<GetNpcError>>Retrieve the details of a NPC.